From c435c7daa9df1b08dc85132fcd1c154bea9b69e2 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Thu, 20 Jan 2011 18:21:03 +0000 Subject: Fixes to use libbu++ Bu::String --- src/functionast.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/functionast.cpp') diff --git a/src/functionast.cpp b/src/functionast.cpp index ceee460..d4ec61f 100644 --- a/src/functionast.cpp +++ b/src/functionast.cpp @@ -20,7 +20,7 @@ FunctionAst::~FunctionAst() { } -Bu::FString FunctionAst::getName() const +Bu::String FunctionAst::getName() const { return sName; } -- cgit v1.2.3