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/functionexists.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/functionexists.cpp') diff --git a/src/functionexists.cpp b/src/functionexists.cpp index 2207f84..5c71874 100644 --- a/src/functionexists.cpp +++ b/src/functionexists.cpp @@ -14,14 +14,14 @@ FunctionExists::~FunctionExists() { } -Bu::FString FunctionExists::getName() const +Bu::String FunctionExists::getName() const { return "exists"; } Variable FunctionExists::call( Variable &input, VarList lParams ) { - Bu::FString sFile; + Bu::String sFile; if( input.getType() != Variable::typeNone ) { sFile = input.toString(); -- cgit v1.2.3