From 5bf85412e4eacf92acc936b6e74bce0e2b1055d9 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 20 Dec 2018 21:10:08 +0100 Subject: tracker/wii: put definitions in exact namespace It messes with static analysis tools for no apparent reason. --- tracker-wii/wii_camera.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tracker-wii/wii_camera.cpp') diff --git a/tracker-wii/wii_camera.cpp b/tracker-wii/wii_camera.cpp index 684131c6..83c6a0ce 100644 --- a/tracker-wii/wii_camera.cpp +++ b/tracker-wii/wii_camera.cpp @@ -24,7 +24,7 @@ #include #include -using namespace pt_module; +namespace pt_module { WIICamera::WIICamera(const QString& module_name) : s { module_name } { @@ -332,3 +332,5 @@ void WIICamera::on_state_change(wiimote &remote, remote.SetReportType(wiimote::IN_BUTTONS_ACCEL_IR); } } + +} // ns pt_module -- cgit v1.2.3