diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-13 01:26:43 -0500 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-06-23 19:35:23 +0200 |
commit | 46aa37908ae18b65ff44f997f3285462e2694c9d (patch) | |
tree | 12cd3d4c3aed80da1d2c25c4922f27d03766f840 /lib/cppparser | |
parent | 96249691bfa7deb7a5022f44b659340443dab17d (diff) | |
download | tdevelop-46aa37908ae18b65ff44f997f3285462e2694c9d.tar.gz tdevelop-46aa37908ae18b65ff44f997f3285462e2694c9d.zip |
Fix inadvertent "TQ" changes.
(cherry picked from commit b5528c18eb8080cdf8aad4e0357e337b3d8a5f96)
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> |