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/ftnoir_tracker_pt.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tracker-pt/ftnoir_tracker_pt.cpp') diff --git a/tracker-pt/ftnoir_tracker_pt.cpp b/tracker-pt/ftnoir_tracker_pt.cpp index 75d7e5a6..4223da26 100644 --- a/tracker-pt/ftnoir_tracker_pt.cpp +++ b/tracker-pt/ftnoir_tracker_pt.cpp @@ -18,7 +18,9 @@ #include #include -namespace pt_module { +using namespace options; + +namespace pt_impl { Tracker_PT::Tracker_PT(pointer const& traits) : traits { traits }, @@ -212,4 +214,4 @@ Affine Tracker_PT::pose() const return point_tracker.pose(); } -} // ns pt_module +} // ns pt_impl -- cgit v1.2.3