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