summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_tracker_ht/ftnoir_tracker_ht.h
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2013-10-19 15:43:21 +0200
committerStanislaw Halik <sthalik@misaki.pl>2013-10-19 15:43:21 +0200
commit136151e9499ac8f2f7ec1a169a973d65b15820bb (patch)
tree65ba65e950af2ac61ecbc967cda347b8468fb71e /ftnoir_tracker_ht/ftnoir_tracker_ht.h
parentb47421b6b86aed973bc35407dfe2a44c977bd968 (diff)
untested unbreakage
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
Diffstat (limited to 'ftnoir_tracker_ht/ftnoir_tracker_ht.h')
-rw-r--r--ftnoir_tracker_ht/ftnoir_tracker_ht.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftnoir_tracker_ht/ftnoir_tracker_ht.h b/ftnoir_tracker_ht/ftnoir_tracker_ht.h
index aae4e6d6..20648c51 100644
--- a/ftnoir_tracker_ht/ftnoir_tracker_ht.h
+++ b/ftnoir_tracker_ht/ftnoir_tracker_ht.h
@@ -22,7 +22,7 @@ class Tracker : public QObject, public ITracker
Q_OBJECT
public:
Tracker();
- ~Tracker();
+ virtual ~Tracker() override;
void StartTracker(QFrame* frame);
bool GiveHeadPoseData(double *data);
bool enableTX, enableTY, enableTZ, enableRX, enableRY, enableRZ;