aboutsummaryrefslogtreecommitdiff
path: root/src/functionregex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/functionregex.h')
-rw-r--r--src/functionregex.h6
1 files changed, 3 insertions, 3 deletions
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:
14 FunctionRegEx(); 14 FunctionRegEx();
15 virtual ~FunctionRegEx(); 15 virtual ~FunctionRegEx();
16 16
17 virtual Bu::FString getName() const; 17 virtual Bu::String getName() const;
18 virtual Variable call( Variable &input, VarList lParams ); 18 virtual Variable call( Variable &input, VarList lParams );
19 19
20 Bu::FString replace( Bu::RegEx &re, const Bu::FString &sSrc, 20 Bu::String replace( Bu::RegEx &re, const Bu::String &sSrc,
21 const Bu::FString &sPat ); 21 const Bu::String &sPat );
22}; 22};
23 23
24#endif 24#endif