From 455f56573ef8378ad1297970829e227c80525959 Mon Sep 17 00:00:00 2001 From: Steven Fuller Date: Tue, 7 Aug 2001 02:38:43 +0000 Subject: More warning cleanups. Removed a few unused files. --- src/win95/iff.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/win95/iff.hpp') 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(); -- cgit v1.3