diff options
Diffstat (limited to 'linden/indra/llcharacter/llanimationstates.h')
-rw-r--r-- | linden/indra/llcharacter/llanimationstates.h | 2 |
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 | ||
228 | struct LLAnimStateEntry | 228 | struct LLAnimStateEntry |