X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/c5b15840ab1bb70218506531f9a73fe2d112b007..f348c89090d46cd58f44ca15623dcc044454f874:/Driver.cpp diff --git a/Driver.cpp b/Driver.cpp index 83b9462..031625c 100644 --- a/Driver.cpp +++ b/Driver.cpp @@ -24,11 +24,10 @@ 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), - next_(false), data_(data), debug_(0), strict_(false),