continued namespace member implementation
[swftools.git] / lib / as3 / pool.h
index 0d0cec5..5a03a67 100644 (file)
@@ -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;