From bd65c7d6350f295c0b5f91bb9a7c66b8abcd0078 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 16 Jan 2018 01:31:38 +0100 Subject: logic, spline: get rid of using namespace in header --- spline/axis-opts.hpp | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'spline') diff --git a/spline/axis-opts.hpp b/spline/axis-opts.hpp index 5581f569..2f0d8432 100644 --- a/spline/axis-opts.hpp +++ b/spline/axis-opts.hpp @@ -1,11 +1,14 @@ #pragma once #include "options/options.hpp" -using namespace options; #include "api/plugin-api.hpp" #include "export.hpp" +namespace axis_opts_impl { + +using namespace options; + struct OTR_SPLINE_EXPORT axis_opts final { enum max_clamp @@ -52,3 +55,7 @@ private: QString prefix_; Axis axis_; }; + +} // ns axis_opts_impl + +using axis_opts_impl::axis_opts; -- cgit v1.2.3