Initialize ArchiveApp members in ctor in the sample
No real changes, but initialize members of ArchiveApp class in its ctor to avoid leaving them uninitialized.
This commit is contained in:
@@ -26,6 +26,11 @@
|
||||
class ArchiveApp: public wxAppConsole
|
||||
{
|
||||
public:
|
||||
ArchiveApp()
|
||||
{
|
||||
m_forceZip64 = false;
|
||||
m_archiveClassFactory = NULL;
|
||||
}
|
||||
|
||||
virtual void OnInitCmdLine(wxCmdLineParser& parser) wxOVERRIDE;
|
||||
|
||||
|
Reference in New Issue
Block a user