summaryrefslogtreecommitdiffhomepage
path: root/tracker-pt/point_tracker.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2019-02-21 19:11:19 +0100
committerStanislaw Halik <sthalik@misaki.pl>2019-02-21 19:17:21 +0100
commitff38e35d832b7c7a3e189bee4a80271fd3a3c978 (patch)
treebb7c1cfee8a00acab1b455a2d5f211192ebc9ed9 /tracker-pt/point_tracker.cpp
parent9e077d8d72f377be85406d90354afcb83ad3faa9 (diff)
tracker/pt: don't `namespace pt_module' for core PT stuff
Diffstat (limited to 'tracker-pt/point_tracker.cpp')
-rw-r--r--tracker-pt/point_tracker.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tracker-pt/point_tracker.cpp b/tracker-pt/point_tracker.cpp
index bda412e2..ef70789a 100644
--- a/tracker-pt/point_tracker.cpp
+++ b/tracker-pt/point_tracker.cpp
@@ -14,7 +14,7 @@
#include <QDebug>
-namespace pt_module {
+namespace pt_impl {
using namespace numeric_types;
@@ -363,4 +363,4 @@ void PointTracker::reset_state()
X_CM_expected = {};
}
-} // ns pt_module
+} // ns pt_impl