forked from qt-creator/qt-creator
Fixed header protection.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user