aboutsummaryrefslogtreecommitdiff
path: root/src/action.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/action.cpp')
-rw-r--r--src/action.cpp2
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
23const Bu::FString &Action::getName() const 23const Bu::String &Action::getName() const
24{ 24{
25 return sName; 25 return sName;
26} 26}