diff options
Diffstat (limited to 'indra/llui/llchat.h')
-rw-r--r-- | indra/llui/llchat.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llui/llchat.h b/indra/llui/llchat.h index 343b81ba8d..70d7e82970 100644 --- a/indra/llui/llchat.h +++ b/indra/llui/llchat.h @@ -113,7 +113,8 @@ public: }; static const std::string LUA_PREFIX("[LUA]"); -inline std::string remove_LUA_PREFIX(const std::string &string, bool is_lua) +inline +std::string without_LUA_PREFIX(const std::string& string, bool is_lua) { if (is_lua) { |