summaryrefslogtreecommitdiff
path: root/src/feature.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/feature.h')
-rw-r--r--src/feature.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature.h b/src/feature.h
index fc5b171..c8b835e 100644
--- a/src/feature.h
+++ b/src/feature.h
@@ -25,7 +25,7 @@ class Feature
public:
/* ==================== LIFECYCLE ======================================= */
Feature ( int id, const Vector3d &xs, const Vector3d &xr,
- const Vector3d &xbw, const Quaterniond &q);
+ const Vector3d &xbw, const Quaterniond &q, double z);
/* ==================== ACCESSORS ======================================= */
int id();