diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-01-07 11:06:14 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-01-16 07:48:46 +0100 |
commit | b6b1f969bcf0fe0b3551f01b90d41fab99372a99 (patch) | |
tree | e1aa979215bcdebbf8852da8ffcdd43424b700e5 /tracker-pt/ftnoir_tracker_pt.h | |
parent | b5cdedb08159655819e73bba0754ef36a5565e66 (diff) |
cv/numeric: rename namespace
Diffstat (limited to 'tracker-pt/ftnoir_tracker_pt.h')
-rw-r--r-- | tracker-pt/ftnoir_tracker_pt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-pt/ftnoir_tracker_pt.h b/tracker-pt/ftnoir_tracker_pt.h index 20cfaa8b..5e9ad9b3 100644 --- a/tracker-pt/ftnoir_tracker_pt.h +++ b/tracker-pt/ftnoir_tracker_pt.h @@ -28,7 +28,7 @@ class cv_video_widget; namespace pt_module { -using namespace types; +using namespace numeric_types; class Tracker_PT : public QThread, public ITracker { |