Wreorder fix
[supertux.git] / src / physfs / ifile_streambuf.cpp
index e856f3e..b1ae8d6 100644 (file)
@@ -22,8 +22,8 @@
 #include <assert.h>
 
 IFileStreambuf::IFileStreambuf(const std::string& filename) :
-  buf(),
-  file()
+  file(),
+  buf()
 {
   // check this as PHYSFS seems to be buggy and still returns a
   // valid pointer in this case