]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/dlgcmn.cpp
Correct erasing of background behind controls in a toolbar in wxMSW.
[wxWidgets.git] / src / common / dlgcmn.cpp
index c1cc7eb7b4060c173f39bfae147288b522fff4f7..df7ecdff5981065b0610b6409f76dc6b82541ed8 100644 (file)
@@ -125,7 +125,7 @@ END_EVENT_TABLE()
 wxDialogLayoutAdapter* wxDialogBase::sm_layoutAdapter = NULL;
 bool wxDialogBase::sm_layoutAdaptation = false;
 
-void wxDialogBase::Init()
+wxDialogBase::wxDialogBase()
 {
     m_returnCode = 0;
     m_affirmativeId = wxID_OK;