summaryrefslogtreecommitdiff
path: root/src/shared/cplusplus/SemanticCheck.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/cplusplus/SemanticCheck.cpp')
-rw-r--r--src/shared/cplusplus/SemanticCheck.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shared/cplusplus/SemanticCheck.cpp b/src/shared/cplusplus/SemanticCheck.cpp
index 92fdbf8389..1feffd93aa 100644
--- a/src/shared/cplusplus/SemanticCheck.cpp
+++ b/src/shared/cplusplus/SemanticCheck.cpp
@@ -49,7 +49,7 @@
#include "SemanticCheck.h"
#include "Semantic.h"
-CPLUSPLUS_BEGIN_NAMESPACE
+using namespace CPlusPlus;
SemanticCheck::SemanticCheck(Semantic *semantic)
: ASTVisitor(semantic->control()),
@@ -65,4 +65,4 @@ Semantic *SemanticCheck::semantic() const
Control *SemanticCheck::control() const
{ return _semantic->control(); }
-CPLUSPLUS_END_NAMESPACE
+