diff options
Diffstat (limited to 'tracker-ht/ftnoir_tracker_ht.h')
-rw-r--r-- | tracker-ht/ftnoir_tracker_ht.h | 2 |
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: |