added default constructor for PrintExamples
parent
a743a4acc9
commit
e985e2c95d
|
@ -18,12 +18,14 @@
|
||||||
// This is an interface file for automatic MATLAB wrapper generation. See
|
// This is an interface file for automatic MATLAB wrapper generation. See
|
||||||
// gtsam.h for full documentation and more examples.
|
// gtsam.h for full documentation and more examples.
|
||||||
|
|
||||||
|
#include <example/PrintExamples.h>
|
||||||
|
|
||||||
namespace example {
|
namespace example {
|
||||||
|
|
||||||
#include <example/PrintExamples.h>
|
|
||||||
class PrintExamples {
|
class PrintExamples {
|
||||||
void sayHello() const;
|
PrintExamples();
|
||||||
void sayGoodbye() const;
|
void sayHello() const;
|
||||||
|
void sayGoodbye() const;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue