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