X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/b3378a02d0a811be38e530933fb9a57a3012a823..5b75838211f16d9c88fb1bae3193e3693a1bee39:/sig/types.hpp diff --git a/sig/types.hpp b/sig/types.hpp index 4c1ca57..54da645 100644 --- a/sig/types.hpp +++ b/sig/types.hpp @@ -1,5 +1,5 @@ /* Cycript - Optimizing JavaScript Compiler/Runtime - * Copyright (C) 2009-2010 Jay Freeman (saurik) + * Copyright (C) 2009-2012 Jay Freeman (saurik) */ /* GNU Lesser General Public License, Version 3 {{{ */ @@ -74,7 +74,7 @@ struct Signature { struct Type { enum Primitive primitive; - char *name; + const char *name; uint8_t flags; union {