aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/cplusplus/ASTParent.h
diff options
context:
space:
mode:
authorRoberto Raggi <[email protected]>2010-05-28 17:17:11 +0200
committerRoberto Raggi <[email protected]>2010-05-28 17:17:11 +0200
commita31de2c37a7ffc11e3f16361c3d08ff4a2208c61 (patch)
tree6c757999666d37d3595c3068ec18e22a067080cb /src/libs/cplusplus/ASTParent.h
parent344e0b9ca7a745869de087e81f22a0c0776b9193 (diff)
Fixed header protection.
Diffstat (limited to 'src/libs/cplusplus/ASTParent.h')
-rw-r--r--src/libs/cplusplus/ASTParent.h6
1 files changed, 3 insertions, 3 deletions
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 <ASTVisitor.h>
#include <QtCore/QHash>
@@ -60,4 +60,4 @@ private:
} // namespace CPlusPlus
-#endif // ASTPARENT_H
+#endif // CPLUSPLUS_ASTPARENT_H