Wreorder fix
authorTobias Markus <tobbi@mozilla-uk.org>
Sat, 14 Feb 2015 18:24:18 +0000 (19:24 +0100)
committerTobias Markus <tobbi@mozilla-uk.org>
Sat, 14 Feb 2015 18:24:18 +0000 (19:24 +0100)
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