diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-13 01:26:43 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-13 01:26:43 -0500 |
commit | b5528c18eb8080cdf8aad4e0357e337b3d8a5f96 (patch) | |
tree | 41561db84b7b72f0643f1a59157cb8d676c626af /lib/cppparser | |
parent | 7e28a2cd0e6663c45848f47fff28365466a5dc87 (diff) | |
download | tdevelop-b5528c18eb8080cdf8aad4e0357e337b3d8a5f96.tar.gz tdevelop-b5528c18eb8080cdf8aad4e0357e337b3d8a5f96.zip |
Fix inadvertent "TQ" changes.
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 5db231fd..becf2e77 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> |