diff options
Diffstat (limited to '')
-rw-r--r-- | src/action.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/action.cpp b/src/action.cpp index 8b10641..1a2b8b1 100644 --- a/src/action.cpp +++ b/src/action.cpp | |||
@@ -20,7 +20,7 @@ Action::~Action() | |||
20 | pAst = NULL; | 20 | pAst = NULL; |
21 | } | 21 | } |
22 | 22 | ||
23 | const Bu::FString &Action::getName() const | 23 | const Bu::String &Action::getName() const |
24 | { | 24 | { |
25 | return sName; | 25 | return sName; |
26 | } | 26 | } |