Effective fix.

I'll understand when you can use new whatever in the
initialization list some other time.
This commit is contained in:
Jason Felds
2011-03-18 12:33:53 -04:00
parent f6034bb103
commit c300c20fea
+1 -1
View File
@@ -26,7 +26,7 @@
#include <algorithm>
Steps::Steps(): m_StepsType(StepsType_Invalid),
parent(NULL), m_pNoteData(NULL),m_bNoteDataIsFilled(false),
parent(NULL), m_pNoteData(new NoteData), m_bNoteDataIsFilled(false),
m_sNoteDataCompressed(""), m_sFilename(""), m_bSavedToDisk(false),
m_LoadedFromProfile(ProfileSlot_Invalid), m_iHash(0),
m_sDescription(""), m_sChartStyle(""),