aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcharacter/llgesture.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llcharacter/llgesture.cpp')
-rw-r--r--linden/indra/llcharacter/llgesture.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llcharacter/llgesture.cpp b/linden/indra/llcharacter/llgesture.cpp
index c124ad0..60f0624 100644
--- a/linden/indra/llcharacter/llgesture.cpp
+++ b/linden/indra/llcharacter/llgesture.cpp
@@ -103,7 +103,7 @@ BOOL LLGesture::trigger(KEY key, MASK mask)
103} 103}
104 104
105 105
106BOOL LLGesture::trigger(const LLString &trigger_string) 106BOOL LLGesture::trigger(const std::string& trigger_string)
107{ 107{
108 llwarns << "Parent class trigger called: you probably didn't mean this." << llendl; 108 llwarns << "Parent class trigger called: you probably didn't mean this." << llendl;
109 return FALSE; 109 return FALSE;