]> git.saurik.com Git - cycript.git/blobdiff - sig/types.hpp
Allow Type objects to have associated identifiers.
[cycript.git] / sig / types.hpp
index e6240a11b5f8d888f2001b0660af724f0ae94336..54da645e76a11cc1d7fe16e19feab6d6c4d4e1bb 100644 (file)
@@ -74,7 +74,7 @@ struct Signature {
 
 struct Type {
     enum Primitive primitive;
-    char *name;
+    const char *name;
     uint8_t flags;
 
     union {