From b5528c18eb8080cdf8aad4e0357e337b3d8a5f96 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Fri, 13 Apr 2012 01:26:43 -0500 Subject: Fix inadvertent "TQ" changes. --- lib/cppparser/ast.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/cppparser/ast.h') 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 -- cgit v1.2.1