From: Tobias Markus Date: Sat, 14 Feb 2015 18:24:18 +0000 (+0100) Subject: Wreorder fix X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=02006fdd9da5000586077bf331620b92854c8125;p=supertux.git Wreorder fix --- 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