diff options
author | Mike Buland <eichlan@xagasoft.com> | 2011-01-20 18:21:03 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2011-01-20 18:21:03 +0000 |
commit | c435c7daa9df1b08dc85132fcd1c154bea9b69e2 (patch) | |
tree | 5537f3c91a67b35c4c8aa918b708b7e4aad8f146 /src/functiontostring.h | |
parent | 59690513123de8904eef2a03fe7fcaaed98b1b7b (diff) | |
download | build-c435c7daa9df1b08dc85132fcd1c154bea9b69e2.tar.gz build-c435c7daa9df1b08dc85132fcd1c154bea9b69e2.tar.bz2 build-c435c7daa9df1b08dc85132fcd1c154bea9b69e2.tar.xz build-c435c7daa9df1b08dc85132fcd1c154bea9b69e2.zip |
Fixes to use libbu++ Bu::String
Diffstat (limited to 'src/functiontostring.h')
-rw-r--r-- | src/functiontostring.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/functiontostring.h b/src/functiontostring.h index 3c3ecc7..c5bc50d 100644 --- a/src/functiontostring.h +++ b/src/functiontostring.h | |||
@@ -9,7 +9,7 @@ public: | |||
9 | FunctionToString(); | 9 | FunctionToString(); |
10 | virtual ~FunctionToString(); | 10 | virtual ~FunctionToString(); |
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 | ||