Formatting and headers

release/4.3a0
dellaert 2014-05-25 13:26:14 -04:00
parent 95b85e8494
commit 43e238c6ab
1 changed files with 9 additions and 12 deletions

View File

@ -18,11 +18,11 @@
#pragma once
#include "Argument.h"
#include <string>
#include <vector>
#include "Argument.h"
namespace wrap {
// Constructor class
@ -54,10 +54,8 @@ struct Constructor {
/// cpp wrapper
std::string wrapper_fragment(FileWriter& file,
const std::string& cppClassName,
const std::string& matlabUniqueName,
const std::string& cppBaseClassName,
int id,
const std::string& cppClassName, const std::string& matlabUniqueName,
const std::string& cppBaseClassName, int id,
const ArgumentList& al) const;
/// constructor function
@ -66,5 +64,4 @@ struct Constructor {
};
} // \namespace wrap