Fixed compile issue

release/4.3a0
dellaert 2014-11-21 16:56:03 +01:00
parent f63dd4d6f3
commit 018e66be7f
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ void generate_matlab_toolbox(
wrap::Module module(interfacePath, moduleName, false);
// Then emit MATLAB code
module.matlab_code(toolboxPath,headerPath);
module.matlab_code(toolboxPath);
}
/** Displays usage information */