diff options
Diffstat (limited to 'tracker-pt/point_tracker.h')
-rw-r--r-- | tracker-pt/point_tracker.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tracker-pt/point_tracker.h b/tracker-pt/point_tracker.h index 816e02de..26677042 100644 --- a/tracker-pt/point_tracker.h +++ b/tracker-pt/point_tracker.h @@ -19,7 +19,7 @@ #include <array> #include <QObject> -namespace pt_impl { +namespace pt_module { // ---------------------------------------------------------------------------- // Describes a 3-point model @@ -82,5 +82,5 @@ private: } // ns pt_impl -using pt_impl::PointTracker; -using pt_impl::PointModel; +using pt_module::PointTracker; +using pt_module::PointModel; |