X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fphysfs%2Fphysfs_stream.hpp;h=077a8760b6e0bda2bdf2e3c003deefd9f616cc18;hb=a113d3bd1feddd510e3b2852b0d42522735eee40;hp=3f4bd1817884a6d64701b16bd22e20e64c7bd180;hpb=ff4c6994b952e26b854461d739eb3bcbfc30719f;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 -