From ff38e35d832b7c7a3e189bee4a80271fd3a3c978 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 21 Feb 2019 19:11:19 +0100 Subject: tracker/pt: don't `namespace pt_module' for core PT stuff --- tracker-pt/point_tracker.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tracker-pt/point_tracker.h') diff --git a/tracker-pt/point_tracker.h b/tracker-pt/point_tracker.h index 6f3e0cee..70c7a9fc 100644 --- a/tracker-pt/point_tracker.h +++ b/tracker-pt/point_tracker.h @@ -21,7 +21,7 @@ #include -namespace pt_module { +namespace pt_impl { // ---------------------------------------------------------------------------- // Describes a 3-point model @@ -82,7 +82,7 @@ private: bool init_phase = true; }; -} // ns pt_module +} // ns pt_impl -using PointTracker = pt_module::PointTracker; -using PointModel = pt_module::PointModel; +using PointTracker = pt_impl::PointTracker; +using PointModel = pt_impl::PointModel; -- cgit v1.2.3