X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Frfxswf.h;h=99590c915591f46a8c2ea57282c2e358daf87e8f;hb=80cc20b7784cccc9d8baf9839f9781db6bb6f539;hp=60b35619b734fe69bb016ab694250d7e10a26fc1;hpb=57c76fea2ab1652cb1727342ab7caf02569eeab7;p=swftools.git diff --git a/lib/rfxswf.h b/lib/rfxswf.h index 60b3561..99590c9 100644 --- a/lib/rfxswf.h +++ b/lib/rfxswf.h @@ -890,7 +890,7 @@ ActionTAG* action_SetTarget(ActionTAG*atag, char* target); ActionTAG* action_GotoLabel(ActionTAG*atag, char* label); ActionTAG* action_WaitForFrame2(ActionTAG*atag, U8 skip); ActionTAG* action_With(ActionTAG*atag, char*object); -ActionTAG* action_PushString(ActionTAG*atag, char*str); +ActionTAG* action_PushString(ActionTAG*atag, const char*str); ActionTAG* action_PushFloat(ActionTAG*atag, float f); ActionTAG* action_PushNULL(ActionTAG*atag); ActionTAG* action_PushRegister(ActionTAG*atag, U8 reg);