diff options
Diffstat (limited to '')
-rw-r--r-- | src/functiondirs.cpp | 2 |
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 | ||
20 | Bu::FString FunctionDirs::getName() const | 20 | Bu::String FunctionDirs::getName() const |
21 | { | 21 | { |
22 | return "dirs"; | 22 | return "dirs"; |
23 | } | 23 | } |