Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/mpc-hc/Ifo.cpp')
-rw-r--r--src/mpc-hc/Ifo.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mpc-hc/Ifo.cpp b/src/mpc-hc/Ifo.cpp
index 919f94b50..217170c4e 100644
--- a/src/mpc-hc/Ifo.cpp
+++ b/src/mpc-hc/Ifo.cpp
@@ -1,5 +1,5 @@
/*
- * (C) 2008-2013 see Authors.txt
+ * (C) 2008-2014 see Authors.txt
*
* This file is part of MPC-HC.
*
@@ -86,9 +86,9 @@ uint32_t get4bytes(const BYTE* buf)
CIfo::CIfo()
: m_pBuffer(nullptr)
+ , m_dwSize(0)
, m_pPGCI(nullptr)
, m_pPGCIT(nullptr)
- , m_dwSize(0)
{
}