X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/675ff7336fb0e6f1c0142ce5e796205236d8ffff..a0a889ede9c85b8d7b6155a0ce19bcee45c4c654:/Driver.cpp diff --git a/Driver.cpp b/Driver.cpp index 788afee..031625c 100644 --- a/Driver.cpp +++ b/Driver.cpp @@ -24,7 +24,7 @@ bool CYParser(CYPool &pool, bool debug); -CYDriver::CYDriver(CYPool &pool, std::istream &data, const std::string &filename) : +CYDriver::CYDriver(CYPool &pool, std::streambuf &data, const std::string &filename) : pool_(pool), newline_(false), last_(false),