aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcharacter/llanimationstates.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-09-06 18:24:57 -0500
committerJacek Antonelli2008-09-06 18:25:07 -0500
commit798d367d54a6c6379ad355bd8345fa40e31e7fe9 (patch)
tree1921f1708cd0240648c97bc02df2c2ab5f2fc41e /linden/indra/llcharacter/llanimationstates.h
parentSecond Life viewer sources 1.20.15 (diff)
downloadmeta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.zip
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.gz
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.bz2
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.xz
Second Life viewer sources 1.21.0-RC
Diffstat (limited to 'linden/indra/llcharacter/llanimationstates.h')
-rw-r--r--linden/indra/llcharacter/llanimationstates.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llcharacter/llanimationstates.h b/linden/indra/llcharacter/llanimationstates.h
index dd269de..aa9e517 100644
--- a/linden/indra/llcharacter/llanimationstates.h
+++ b/linden/indra/llcharacter/llanimationstates.h
@@ -222,7 +222,7 @@ public:
222 // Return the animation state for the given name. 222 // Return the animation state for the given name.
223 // Retun NULL if the name is invalid. 223 // Retun NULL if the name is invalid.
224 //----------------------------------------------------------------------------- 224 //-----------------------------------------------------------------------------
225 LLUUID stringToAnimState( const char *name, BOOL allow_ids = TRUE ); 225 LLUUID stringToAnimState( const std::string& name, BOOL allow_ids = TRUE );
226}; 226};
227 227
228struct LLAnimStateEntry 228struct LLAnimStateEntry