fixed xml_ns.as
[swftools.git] / lib / as3 / registry.c
index 5f45c6a..8330a6e 100644 (file)
@@ -379,7 +379,7 @@ classinfo_t* slotinfo_gettype(slotinfo_t*f)
 }
 
 // ----------------------- package handling ---------------------------
-char registry_ispackage(char*package)
+char registry_ispackage(const char*package)
 {
     /* crude approximation of "the real thing", but sufficient for now */
     return !strncmp(package, "flash", 5);