X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/7341eedbaf526ef2f0986b576c656906050e270a..3e50deaf22b629cb1014a6047a54cd05d79de22f:/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