X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/7341eedbaf526ef2f0986b576c656906050e270a..1e8d80477a3e058a30c477955f1e0c56deb6e956:/Decode.hpp diff --git a/Decode.hpp b/Decode.hpp index eac172d..0946cd3 100644 --- a/Decode.hpp +++ b/Decode.hpp @@ -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