Fix LEGACYFILEDLG_NEW_PROJECT build error
This commit is contained in:
parent
0ba44f3397
commit
bccc2f5792
|
@ -42,7 +42,10 @@ public:
|
||||||
|
|
||||||
bool CreateNewDir() const { return m_cbCreateDir->GetValue(); }
|
bool CreateNewDir() const { return m_cbCreateDir->GetValue(); }
|
||||||
|
|
||||||
static wxWindow* Create( wxWindow* aParent ) { return new DIR_CHECKBOX( aParent ); }
|
static wxWindow* Create( wxWindow* aParent )
|
||||||
|
{
|
||||||
|
return new LEGACYFILEDLG_NEW_PROJECT( aParent );
|
||||||
|
}
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
wxCheckBox* m_cbCreateDir;
|
wxCheckBox* m_cbCreateDir;
|
||||||
|
|
Loading…
Reference in New Issue