X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/b23692f3038296c94d25c84c55ed4c1bb49619cf..d8704ce45722442cb7eb741e49a6dca230a5ac47:/Driver.cpp diff --git a/Driver.cpp b/Driver.cpp index fef1eb1..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_(NewLineNone), + newline_(false), last_(false), - next_(false), data_(data), debug_(0), strict_(false),