X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fas3%2Fpool.h;h=5a03a6762fac698d6a6d30ba0a5befb3d4fd30d9;hb=ed3ed503ef4d5ee623f6cc7a7c6d9b1434c7609c;hp=06fff7576fc170dff9d21e2597ff528e9b4fc6dc;hpb=3a6bca721cad44853f77a3e76f937d0ef5ff7bf5;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;