X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fphysfs%2Fphysfs_stream.hpp;h=077a8760b6e0bda2bdf2e3c003deefd9f616cc18;hb=e50f4f9a24ce4cb25d615d00d7edc5785acee43d;hp=3f4bd1817884a6d64701b16bd22e20e64c7bd180;hpb=07ddaed2a657e4d2a3d038fed223fc5827159caf;p=supertux.git diff --git a/src/physfs/physfs_stream.hpp b/src/physfs/physfs_stream.hpp index 3f4bd1817..077a8760b 100644 --- a/src/physfs/physfs_stream.hpp +++ b/src/physfs/physfs_stream.hpp @@ -34,7 +34,7 @@ class IFileStreambuf : public std::streambuf public: IFileStreambuf(const std::string& filename); ~IFileStreambuf(); - + protected: virtual int underflow(); virtual pos_type seekoff(off_type pos, std::ios_base::seekdir, @@ -76,4 +76,3 @@ public: }; #endif -