diff options
Diffstat (limited to 'lib/cppparser')
-rw-r--r-- | lib/cppparser/ast.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cppparser/ast.h b/lib/cppparser/ast.h index c11fffeb..ed845aac 100644 --- a/lib/cppparser/ast.h +++ b/lib/cppparser/ast.h @@ -183,7 +183,7 @@ enum NodeType TQString nodeTypeToString( int type ); -#if defined(CPPPARSER_TQUICK_ALLOCATOR) +#if defined(CPPPARSER_QUICK_ALLOCATOR) #include <tquick_allocator.h> |