X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fas3%2Fpool.h;h=5a03a6762fac698d6a6d30ba0a5befb3d4fd30d9;hb=32ac544befbd3ffa7b910841c9b9464b36e35bc0;hp=0d0cec515d4f825815a6120a72d2c6e5561c16a8;hpb=9ee97b0258700c746404edfcd9640a0a327eb21f;p=swftools.git diff --git a/lib/as3/pool.h b/lib/as3/pool.h index 0d0cec5..5a03a67 100644 --- a/lib/as3/pool.h +++ b/lib/as3/pool.h @@ -120,14 +120,14 @@ typedef enum multiname_type RTQNAMELA=0x12, MULTINAMEA=0x0E, MULTINAMELA=0x1C, - MULTIX=0x1D + POSTFIXTYPE=0x1D } multiname_type_t; char* access2str(int type); struct _namespace { U8 access; - char*name; + const char*name; }; struct _namespace_set { namespace_list_t*namespaces;