diff options
Diffstat (limited to 'src/feature.h')
-rw-r--r-- | src/feature.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature.h b/src/feature.h index 2a492c2..f3a47fd 100644 --- a/src/feature.h +++ b/src/feature.h @@ -18,7 +18,7 @@ class Feature { public: /* ==================== LIFECYCLE ======================================= */ - Feature (); /* constructor */ + Feature (const Vector3d &pib, const Vector3d &xbw, const Quaterniond q ); /* constructor */ /* ==================== ACCESSORS ======================================= */ |