diff options
Diffstat (limited to 'src/functionreplace.h')
-rw-r--r-- | src/functionreplace.h | 2 |
1 files changed, 1 insertions, 1 deletions
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: | |||
9 | FunctionReplace(); | 9 | FunctionReplace(); |
10 | virtual ~FunctionReplace(); | 10 | virtual ~FunctionReplace(); |
11 | 11 | ||
12 | virtual Bu::FString getName() const; | 12 | virtual Bu::String getName() const; |
13 | virtual Variable call( Variable &input, VarList lParams ); | 13 | virtual Variable call( Variable &input, VarList lParams ); |
14 | }; | 14 | }; |
15 | 15 | ||