From c435c7daa9df1b08dc85132fcd1c154bea9b69e2 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Thu, 20 Jan 2011 18:21:03 +0000 Subject: Fixes to use libbu++ Bu::String --- src/action.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/action.cpp') 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() pAst = NULL; } -const Bu::FString &Action::getName() const +const Bu::String &Action::getName() const { return sName; } -- cgit v1.2.3