From 08e654dcda7fa6d764558ea184fe1a47bc4001c8 Mon Sep 17 00:00:00 2001 From: Benjamin Paassen Date: Fri, 21 Nov 2014 11:10:31 +0100 Subject: Finished last commits moving action by also moving the tests and correcting all references and namespaces in the code. --- src/core/RangeSet.hpp | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/core/RangeSet.hpp') diff --git a/src/core/RangeSet.hpp b/src/core/RangeSet.hpp index 841d476..bb9102d 100644 --- a/src/core/RangeSet.hpp +++ b/src/core/RangeSet.hpp @@ -16,14 +16,13 @@ along with this program. If not, see . */ -#ifndef _OUSIA_MODEL_RANGE_SET_HPP_ -#define _OUSIA_MODEL_RANGE_SET_HPP_ +#ifndef _OUSIA_RANGE_SET_HPP_ +#define _OUSIA_RANGE_SET_HPP_ #include #include namespace ousia { -namespace model { /** * The Range structure represents an interval of numerical values of type T. */ @@ -320,7 +319,7 @@ public: }; } -} -#endif /* _OUSIA_MODEL_RANGE_SET_HPP_ */ + +#endif /* _OUSIA_RANGE_SET_HPP_ */ -- cgit v1.2.3