X-Git-Url: https://git.octo.it/?p=supertux.git;a=blobdiff_plain;f=src%2Fphysfs%2Fofile_stream.hpp;h=a5e8c88e1c0cf13149ada09775a623d159b7dd23;hp=3de65893b1b549ee9ad348d02f360c17d040aa47;hb=c01aff7fe4229fe6677993dca8a3b075e7752382;hpb=204bc2e13db0c4b82784e880df3e2174f8d90487 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 */