diff options
Diffstat (limited to 'src/libs/cplusplus/ASTPath.h')
-rw-r--r-- | src/libs/cplusplus/ASTPath.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/cplusplus/ASTPath.h b/src/libs/cplusplus/ASTPath.h index b74ec3f87c..1bf29d2dc2 100644 --- a/src/libs/cplusplus/ASTPath.h +++ b/src/libs/cplusplus/ASTPath.h @@ -38,7 +38,7 @@ #include <QList> #include <QTextCursor> -#undef DEBUG_AST_PATH +#undef WITH_AST_PATH_DUMP namespace CPlusPlus { @@ -56,7 +56,7 @@ public: /// line and column are 1-based! QList<AST *> operator()(int line, int column); -#ifdef DEBUG_AST_PATH +#ifdef WITH_AST_PATH_DUMP static void dump(const QList<AST *> nodes); #endif |