]> git.saurik.com Git - cycript.git/blobdiff - Driver.cpp
Attach FFI closure deallocation to Functor's pool.
[cycript.git] / Driver.cpp
index 83b9462f9199e65d1689a3bc18b99c0fb9c45b75..031625c5dac72512cb738b939697f8c3cd5611cc 100644 (file)
 
 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),