X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fphysfs%2Fofile_stream.hpp;h=a5e8c88e1c0cf13149ada09775a623d159b7dd23;hb=1240eda3ac57e6607b206e3c9cf7feb65c3be620;hp=3de65893b1b549ee9ad348d02f360c17d040aa47;hpb=27b03ae38a4bdc995d41500ce8d3f4bb1b23a76b;p=supertux.git diff --git a/src/physfs/ofile_stream.hpp b/src/physfs/ofile_stream.hpp index 3de65893b..a5e8c88e1 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(OFileStreambuf* buf); + OFileStream(const std::string& filename); ~OFileStream(); }; + #endif /* EOF */