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/functionfiles.cpp | |
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 '')
-rw-r--r-- | src/functionfiles.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/functionfiles.cpp b/src/functionfiles.cpp index e0f8268..cd5b122 100644 --- a/src/functionfiles.cpp +++ b/src/functionfiles.cpp | |||
@@ -17,7 +17,7 @@ FunctionFiles::~FunctionFiles() | |||
17 | { | 17 | { |
18 | } | 18 | } |
19 | 19 | ||
20 | Bu::FString FunctionFiles::getName() const | 20 | Bu::String FunctionFiles::getName() const |
21 | { | 21 | { |
22 | return "files"; | 22 | return "files"; |
23 | } | 23 | } |