summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_tracker_ht
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2013-10-19 15:55:52 +0200
committerStanislaw Halik <sthalik@misaki.pl>2013-10-19 15:55:52 +0200
commit7153a0b4daa30cef7d6e721e7b2edc511a1adf71 (patch)
tree64fbecfaf11d4fb03064b96030229d5130611e3b /ftnoir_tracker_ht
parent136151e9499ac8f2f7ec1a169a973d65b15820bb (diff)
unbreak build
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> Reported-by: mm0zct
Diffstat (limited to 'ftnoir_tracker_ht')
-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 20648c51..bde4ca67 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();
- virtual ~Tracker() override;
+ virtual ~Tracker();
void StartTracker(QFrame* frame);
bool GiveHeadPoseData(double *data);
bool enableTX, enableTY, enableTZ, enableRX, enableRY, enableRZ;