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/functiontostring.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/functiontostring.cpp') diff --git a/src/functiontostring.cpp b/src/functiontostring.cpp index 1d614ce..bc5db6c 100644 --- a/src/functiontostring.cpp +++ b/src/functiontostring.cpp @@ -16,15 +16,15 @@ FunctionToString::~FunctionToString() { } -Bu::FString FunctionToString::getName() const +Bu::String FunctionToString::getName() const { return "toString"; } Variable FunctionToString::call( Variable &input, VarList lParams ) { - Bu::FString sStr; - Bu::FString sSep; + Bu::String sStr; + Bu::String sSep; if( lParams.getSize() == 0 ) { sSep = " "; -- cgit v1.2.3