diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2013-05-05 01:25:45 -0500 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-05-05 12:06:06 +0200 |
commit | 0f20088f45c5f43b2e26b5540d0457de3d07c922 (patch) | |
tree | d38efdbd53e2025c8a8b72396826b9b3653ae157 | |
parent | dde44a0d910a06fd0913d50a7b9064541e3559ed (diff) | |
download | tdevelop-0f20088f45c5f43b2e26b5540d0457de3d07c922.tar.gz tdevelop-0f20088f45c5f43b2e26b5540d0457de3d07c922.zip |
Fix inadvertent renaming.
(cherry picked from commit aff903e7719638a26165751e1bf06cb35a8682f3)
-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 ed845aac..8d775abb 100644 --- a/lib/cppparser/ast.h +++ b/lib/cppparser/ast.h @@ -185,7 +185,7 @@ TQString nodeTypeToString( int type ); #if defined(CPPPARSER_QUICK_ALLOCATOR) -#include <tquick_allocator.h> +#include <quick_allocator.h> #define DECLARE_ALLOC(tp) \ void * operator new(std::size_t) \ |