Removed incorrect constructor left in from test
parent
4a0866b519
commit
0bbe6daf6e
1
gtsam.h
1
gtsam.h
|
@ -79,7 +79,6 @@ namespace gtsam {
|
||||||
|
|
||||||
virtual class Value {
|
virtual class Value {
|
||||||
// No constructors because this is an abstract class
|
// No constructors because this is an abstract class
|
||||||
Value(const gtsam::Value& rhs);
|
|
||||||
|
|
||||||
// Testable
|
// Testable
|
||||||
void print(string s) const;
|
void print(string s) const;
|
||||||
|
|
Loading…
Reference in New Issue