More warning cleanups.
Removed a few unused files.
This commit is contained in:
parent
422e7c385b
commit
455f56573e
37 changed files with 94 additions and 912 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue