From 13675cf6ed022db43f961473f78a97325014fea2 Mon Sep 17 00:00:00 2001 From: Roberto Raggi Date: Tue, 20 Oct 2009 11:21:25 +0200 Subject: Cleanup the C++ front-end. Removed CPLUSPLUS_BEGIN/END_NAMESPACE & co and made it possible to compile the parser with CPLUSPLUS_WITHOUT_QT. --- src/shared/cplusplus/Semantic.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/shared/cplusplus/Semantic.h') diff --git a/src/shared/cplusplus/Semantic.h b/src/shared/cplusplus/Semantic.h index 8a0df9a111..b07883e847 100644 --- a/src/shared/cplusplus/Semantic.h +++ b/src/shared/cplusplus/Semantic.h @@ -52,8 +52,8 @@ #include "CPlusPlusForwardDeclarations.h" #include "ASTfwd.h" -CPLUSPLUS_BEGIN_HEADER -CPLUSPLUS_BEGIN_NAMESPACE + +namespace CPlusPlus { class CPLUSPLUS_EXPORT Semantic { @@ -114,7 +114,7 @@ private: Data *d; }; -CPLUSPLUS_END_NAMESPACE -CPLUSPLUS_END_HEADER +} // end of namespace CPlusPlus + #endif // CPLUSPLUS_SEMANTIC_H -- cgit v1.2.1