diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-05-22 12:53:44 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-05-22 13:29:45 +0200 |
commit | 6e322a92c8ad2f5b1dd58d092605de852b125a36 (patch) | |
tree | e0f7f8b9b23e5f628d88921c1f7115c049419816 /tracker-pt/ftnoir_tracker_pt_dialog.h | |
parent | f65e2035abfbd2660ed91d7882a2bdcd9301db0a (diff) |
tracker/{aruco,ht,pt}: camera dialog class doesn't use a template now.
Adjust usages.
Diffstat (limited to 'tracker-pt/ftnoir_tracker_pt_dialog.h')
-rw-r--r-- | tracker-pt/ftnoir_tracker_pt_dialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-pt/ftnoir_tracker_pt_dialog.h b/tracker-pt/ftnoir_tracker_pt_dialog.h index 3502e227..b992e98d 100644 --- a/tracker-pt/ftnoir_tracker_pt_dialog.h +++ b/tracker-pt/ftnoir_tracker_pt_dialog.h @@ -20,7 +20,7 @@ //----------------------------------------------------------------------------- // The dialog that shows up when the user presses "Settings" -class TrackerDialog_PT : public ITrackerDialog, protected camera_dialog<Tracker_PT> +class TrackerDialog_PT : public ITrackerDialog, protected camera_dialog { Q_OBJECT public: |