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/functionregex.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/functionregex.h') diff --git a/src/functionregex.h b/src/functionregex.h index 2096a64..edc21c6 100644 --- a/src/functionregex.h +++ b/src/functionregex.h @@ -14,11 +14,11 @@ public: FunctionRegEx(); virtual ~FunctionRegEx(); - virtual Bu::FString getName() const; + virtual Bu::String getName() const; virtual Variable call( Variable &input, VarList lParams ); - Bu::FString replace( Bu::RegEx &re, const Bu::FString &sSrc, - const Bu::FString &sPat ); + Bu::String replace( Bu::RegEx &re, const Bu::String &sSrc, + const Bu::String &sPat ); }; #endif -- cgit v1.2.3