diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-09-27 20:58:59 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-09-27 20:58:59 +0200 |
commit | 70ee3ec9e12f70c581911882b14aa1e31c8a4033 (patch) | |
tree | c8b0542f3c1b3dd0802551851fd6d41a15e19d14 | |
parent | 8ba44aa35d45c1b16e755e2917421281b3e3f7bd (diff) |
unbreak build, needs access from subclass
-rw-r--r-- | ftnoir_tracker_pt/camera.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftnoir_tracker_pt/camera.h b/ftnoir_tracker_pt/camera.h index 2bca88a1..7ebbcb67 100644 --- a/ftnoir_tracker_pt/camera.h +++ b/ftnoir_tracker_pt/camera.h @@ -68,6 +68,7 @@ protected: private: float dt_valid; float dt_mean; +protected: int desired_index; int active_index; bool active; |