From a31de2c37a7ffc11e3f16361c3d08ff4a2208c61 Mon Sep 17 00:00:00 2001 From: Roberto Raggi Date: Fri, 28 May 2010 17:17:11 +0200 Subject: Fixed header protection. --- src/libs/cplusplus/ASTParent.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/libs/cplusplus/ASTParent.h') diff --git a/src/libs/cplusplus/ASTParent.h b/src/libs/cplusplus/ASTParent.h index d70bcf1591c..ee587b1acd1 100644 --- a/src/libs/cplusplus/ASTParent.h +++ b/src/libs/cplusplus/ASTParent.h @@ -27,8 +27,8 @@ ** **************************************************************************/ -#ifndef ASTPARENT_H -#define ASTPARENT_H +#ifndef CPLUSPLUS_ASTPARENT_H +#define CPLUSPLUS_ASTPARENT_H #include #include @@ -60,4 +60,4 @@ private: } // namespace CPlusPlus -#endif // ASTPARENT_H +#endif // CPLUSPLUS_ASTPARENT_H -- cgit v1.2.3