|
@@ -114,7 +114,7 @@ IMPLEMENT_CALLBACK( ShapeBaseData, onTrigger, void, ( ShapeBase* obj, S32 index,
|
|
|
"@param index Index of the trigger that changed\n"
|
|
|
"@param state New state of the trigger\n" );
|
|
|
|
|
|
-IMPLEMENT_CALLBACK(ShapeBaseData, onEndSequence, void, (ShapeBase* obj, S32 slot, const String &name), (obj, slot, name),
|
|
|
+IMPLEMENT_CALLBACK(ShapeBaseData, onEndSequence, void, (ShapeBase* obj, S32 slot, const char* name), (obj, slot, name),
|
|
|
"@brief Called when a thread playing a non-cyclic sequence reaches the end of the "
|
|
|
"sequence.\n\n"
|
|
|
"@param obj The ShapeBase object\n"
|