From 6e322a92c8ad2f5b1dd58d092605de852b125a36 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 22 May 2016 12:53:44 +0200 Subject: tracker/{aruco,ht,pt}: camera dialog class doesn't use a template now. Adjust usages. --- tracker-ht/ftnoir_tracker_ht.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tracker-ht') 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 +class TrackerControls : public ITrackerDialog, protected camera_dialog { Q_OBJECT public: -- cgit v1.2.3