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/functionreplace.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/functionreplace.h') diff --git a/src/functionreplace.h b/src/functionreplace.h index 1bf4dae..05442d8 100644 --- a/src/functionreplace.h +++ b/src/functionreplace.h @@ -9,7 +9,7 @@ public: FunctionReplace(); virtual ~FunctionReplace(); - virtual Bu::FString getName() const; + virtual Bu::String getName() const; virtual Variable call( Variable &input, VarList lParams ); }; -- cgit v1.2.3