From e1b24acc96e59e94c7e4bf0d6e9aaeba0bcf4b43 Mon Sep 17 00:00:00 2001 From: Chris Beall Date: Tue, 25 Jun 2013 18:36:57 +0000 Subject: [PATCH] add missing end on saveobj --- wrap/tests/expected/Point3.m | 1 + 1 file changed, 1 insertion(+) diff --git a/wrap/tests/expected/Point3.m b/wrap/tests/expected/Point3.m index 775eca916..94d9c25b8 100644 --- a/wrap/tests/expected/Point3.m +++ b/wrap/tests/expected/Point3.m @@ -66,6 +66,7 @@ classdef Point3 < handle function sobj = saveobj(obj) % SAVEOBJ Saves the object to a matlab-readable format sobj = obj.string_serialize(); + end end methods(Static = true)