diff options
Diffstat (limited to 'src/win95/iff.hpp')
| -rw-r--r-- | src/win95/iff.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/win95/iff.hpp b/src/win95/iff.hpp index 103ddb0..42de667 100644 --- a/src/win95/iff.hpp +++ b/src/win95/iff.hpp @@ -243,7 +243,7 @@ namespace IFF { public: virtual ~SerialData(); - SerialData() : m_pPrev(NULL), m_pData(new DataBlock) {}; + SerialData() : m_pData(new DataBlock), m_pPrev(NULL) {}; void Clear(); |
