summaryrefslogtreecommitdiff
path: root/indra/newview/llanimstatelabels.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llanimstatelabels.cpp')
-rw-r--r--indra/newview/llanimstatelabels.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llanimstatelabels.cpp b/indra/newview/llanimstatelabels.cpp
index 380bf7c39c..7877bd7d2f 100644
--- a/indra/newview/llanimstatelabels.cpp
+++ b/indra/newview/llanimstatelabels.cpp
@@ -33,7 +33,7 @@
#include "llanimstatelabels.h"
#include "lltrans.h"
-std::string LLAnimStateLabels::getStateLabel( const char *animName )
+std::string LLAnimStateLabels::getStateLabel( const char* animName )
{
- return LLTrans::getString("anim_" + LLString(animName) );
+ return LLTrans::getString(std::string("anim_") + std::string(animName) );
}