add missing end on saveobj

release/4.3a0
Chris Beall 2013-06-25 18:30:59 +00:00
parent f3aa2fde53
commit ef5fb525de
1 changed files with 1 additions and 0 deletions

View File

@ -478,6 +478,7 @@ void Class::serialization_fragments(FileWriter& proxyFile, FileWriter& wrapperFi
proxyFile.oss << " function sobj = saveobj(obj)\n";
proxyFile.oss << " % SAVEOBJ Saves the object to a matlab-readable format\n";
proxyFile.oss << " sobj = obj.string_serialize();\n";
proxyFile.oss << " end\n";
}
/* ************************************************************************* */