X-Git-Url: https://git.octo.it/?p=supertux.git;a=blobdiff_plain;f=src%2Fphysfs%2Fifile_stream.hpp;h=263e44dbe0d622f7f33f2de5c089537b9ba913ed;hp=f160d1ca8b1f6051840957653164fd99597ddb3b;hb=219ec61655edf6785ef483905b162604a215f5f4;hpb=c0b5cfa3eadebef8101f87cd593eb221bdef9280 diff --git a/src/physfs/ifile_stream.hpp b/src/physfs/ifile_stream.hpp index f160d1ca8..263e44dbe 100644 --- a/src/physfs/ifile_stream.hpp +++ b/src/physfs/ifile_stream.hpp @@ -20,12 +20,10 @@ #include #include -#include "physfs/ifile_streambuf.hpp" - class IFileStream : public std::istream { public: - IFileStream(IFileStreambuf* buf); + IFileStream(const std::string& filename); ~IFileStream(); };