summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_tracker_aruco/ftnoir_tracker_aruco.h
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_aruco/ftnoir_tracker_aruco.h
parent136151e9499ac8f2f7ec1a169a973d65b15820bb (diff)
unbreak build
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> Reported-by: mm0zct
Diffstat (limited to 'ftnoir_tracker_aruco/ftnoir_tracker_aruco.h')
-rw-r--r--ftnoir_tracker_aruco/ftnoir_tracker_aruco.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftnoir_tracker_aruco/ftnoir_tracker_aruco.h b/ftnoir_tracker_aruco/ftnoir_tracker_aruco.h
index ec4c6c9d..815ca91c 100644
--- a/ftnoir_tracker_aruco/ftnoir_tracker_aruco.h
+++ b/ftnoir_tracker_aruco/ftnoir_tracker_aruco.h
@@ -24,7 +24,7 @@ class Tracker : public QThread, 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;