summaryrefslogtreecommitdiffhomepage
path: root/tracker-ht
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2016-05-22 12:53:44 +0200
committerStanislaw Halik <sthalik@misaki.pl>2016-05-22 13:29:45 +0200
commit6e322a92c8ad2f5b1dd58d092605de852b125a36 (patch)
treee0f7f8b9b23e5f628d88921c1f7115c049419816 /tracker-ht
parentf65e2035abfbd2660ed91d7882a2bdcd9301db0a (diff)
tracker/{aruco,ht,pt}: camera dialog class doesn't use a template now.
Adjust usages.
Diffstat (limited to 'tracker-ht')
-rw-r--r--tracker-ht/ftnoir_tracker_ht.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-ht/ftnoir_tracker_ht.h b/tracker-ht/ftnoir_tracker_ht.h
index 0563fe1c..1ec3467a 100644
--- a/tracker-ht/ftnoir_tracker_ht.h
+++ b/tracker-ht/ftnoir_tracker_ht.h
@@ -60,7 +60,7 @@ private:
volatile bool should_stop;
};
-class TrackerControls : public ITrackerDialog, protected camera_dialog<Tracker>
+class TrackerControls : public ITrackerDialog, protected camera_dialog
{
Q_OBJECT
public: