aboutsummaryrefslogtreecommitdiff
path: root/src/functiondirs.cpp
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2011-01-20 18:21:03 +0000
committerMike Buland <eichlan@xagasoft.com>2011-01-20 18:21:03 +0000
commitc435c7daa9df1b08dc85132fcd1c154bea9b69e2 (patch)
tree5537f3c91a67b35c4c8aa918b708b7e4aad8f146 /src/functiondirs.cpp
parent59690513123de8904eef2a03fe7fcaaed98b1b7b (diff)
downloadbuild-c435c7daa9df1b08dc85132fcd1c154bea9b69e2.tar.gz
build-c435c7daa9df1b08dc85132fcd1c154bea9b69e2.tar.bz2
build-c435c7daa9df1b08dc85132fcd1c154bea9b69e2.tar.xz
build-c435c7daa9df1b08dc85132fcd1c154bea9b69e2.zip
Fixes to use libbu++ Bu::String
Diffstat (limited to 'src/functiondirs.cpp')
-rw-r--r--src/functiondirs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/functiondirs.cpp b/src/functiondirs.cpp
index dee3c4c..e3b88dd 100644
--- a/src/functiondirs.cpp
+++ b/src/functiondirs.cpp
@@ -17,7 +17,7 @@ FunctionDirs::~FunctionDirs()
17{ 17{
18} 18}
19 19
20Bu::FString FunctionDirs::getName() const 20Bu::String FunctionDirs::getName() const
21{ 21{
22 return "dirs"; 22 return "dirs";
23} 23}