From 02006fdd9da5000586077bf331620b92854c8125 Mon Sep 17 00:00:00 2001 From: Tobias Markus Date: Sat, 14 Feb 2015 19:24:18 +0100 Subject: [PATCH] Wreorder fix --- src/physfs/ifile_streambuf.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/physfs/ifile_streambuf.cpp b/src/physfs/ifile_streambuf.cpp index e856f3e49..b1ae8d62c 100644 --- a/src/physfs/ifile_streambuf.cpp +++ b/src/physfs/ifile_streambuf.cpp @@ -22,8 +22,8 @@ #include 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 -- 2.11.0