From 8d6fecdf83984625b9bc6d010a6a00ee670af344 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 31 Jan 2013 00:39:49 -0600 Subject: Rename KShared --- lib/cppparser/ast.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/cppparser/ast.h') diff --git a/lib/cppparser/ast.h b/lib/cppparser/ast.h index e062d077..9051018a 100644 --- a/lib/cppparser/ast.h +++ b/lib/cppparser/ast.h @@ -1553,10 +1553,10 @@ private: }; -class TranslationUnitAST: public AST, public KShared +class TranslationUnitAST: public AST, public TDEShared { public: - typedef KSharedPtr Node; + typedef TDESharedPtr Node; enum { Type = NodeType_TranslationUnit }; DECLARE_ALLOC( TranslationUnitAST ) -- cgit v1.2.3