new internal opcode 'pushpackage'
[swftools.git] / lib / as3 / pool.h
index 06fff75..5a03a67 100644 (file)
@@ -127,7 +127,7 @@ char* access2str(int type);
 
 struct _namespace {
     U8 access;
-    char*name;
+    const char*name;
 };
 struct _namespace_set {
     namespace_list_t*namespaces;