X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/0559abf83c4cc9bbd896b69dfaae1e8422521479..284f434e679db9480ba276b2e98d3fe5aeffa23b:/Decode.hpp diff --git a/Decode.hpp b/Decode.hpp index 24f95b4..0946cd3 100644 --- a/Decode.hpp +++ b/Decode.hpp @@ -1,5 +1,5 @@ -/* Cycript - Optimizing JavaScript Compiler/Runtime - * Copyright (C) 2009-2015 Jay Freeman (saurik) +/* Cycript - The Truly Universal Scripting Language + * Copyright (C) 2009-2016 Jay Freeman (saurik) */ /* GNU Affero General Public License, Version 3 {{{ */ @@ -26,6 +26,6 @@ #include "Syntax.hpp" -CYTypedIdentifier *CYDecodeType(CYPool &pool, struct sig::Type *type); +CYType *CYDecodeType(CYPool &pool, struct sig::Type *type); #endif//DECODE_HPP