X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fas3%2Fpool.h;h=5a03a6762fac698d6a6d30ba0a5befb3d4fd30d9;hb=c873335ba84fe69cb4a1183326c9cfef160509e2;hp=06fff7576fc170dff9d21e2597ff528e9b4fc6dc;hpb=6e924a7805803518bb3f665b8fb35b1904991d52;p=swftools.git diff --git a/lib/as3/pool.h b/lib/as3/pool.h index 06fff75..5a03a67 100644 --- a/lib/as3/pool.h +++ b/lib/as3/pool.h @@ -127,7 +127,7 @@ char* access2str(int type); struct _namespace { U8 access; - char*name; + const char*name; }; struct _namespace_set { namespace_list_t*namespaces;