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/DiagnosticClient.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/shared/cplusplus/DiagnosticClient.cpp') diff --git a/src/shared/cplusplus/DiagnosticClient.cpp b/src/shared/cplusplus/DiagnosticClient.cpp index 8c5d52d91f..ed5573d632 100644 --- a/src/shared/cplusplus/DiagnosticClient.cpp +++ b/src/shared/cplusplus/DiagnosticClient.cpp @@ -48,7 +48,7 @@ #include "DiagnosticClient.h" -CPLUSPLUS_BEGIN_NAMESPACE +using namespace CPlusPlus; DiagnosticClient::DiagnosticClient() { } @@ -56,4 +56,4 @@ DiagnosticClient::DiagnosticClient() DiagnosticClient::~DiagnosticClient() { } -CPLUSPLUS_END_NAMESPACE + -- cgit v1.2.1