Fixed compile issue
parent
f63dd4d6f3
commit
018e66be7f
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue