mirror of
https://github.com/minetest/irrlicht.git
synced 2025-07-01 15:50:27 +02:00
Resolve some -Wreorder warnings
This commit is contained in:
@ -12,7 +12,7 @@ namespace io
|
||||
|
||||
|
||||
CWriteFile::CWriteFile(const io::path& fileName, bool append)
|
||||
: FileSize(0), Filename(fileName)
|
||||
: Filename(fileName), FileSize(0)
|
||||
{
|
||||
#ifdef _DEBUG
|
||||
setDebugName("CWriteFile");
|
||||
|
Reference in New Issue
Block a user