X-Git-Url: https://git.octo.it/?a=blobdiff_plain;ds=sidebyside;f=src%2Fphysfs%2Fofile_stream.hpp;h=3de65893b1b549ee9ad348d02f360c17d040aa47;hb=27b03ae38a4bdc995d41500ce8d3f4bb1b23a76b;hp=a5e8c88e1c0cf13149ada09775a623d159b7dd23;hpb=6a9ba9ef724869d7196f4d09529dfb87799da838;p=supertux.git diff --git a/src/physfs/ofile_stream.hpp b/src/physfs/ofile_stream.hpp index a5e8c88e1..3de65893b 100644 --- a/src/physfs/ofile_stream.hpp +++ b/src/physfs/ofile_stream.hpp @@ -19,14 +19,14 @@ #include #include +#include "physfs/ofile_streambuf.hpp" class OFileStream : public std::ostream { public: - OFileStream(const std::string& filename); + OFileStream(OFileStreambuf* buf); ~OFileStream(); }; - #endif /* EOF */