fixed compilation somehow, the code is still broken!

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12562 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2001-11-21 18:45:54 +00:00
parent 163f315474
commit 545a0b000f

View File

@ -187,7 +187,7 @@ void MyApp::PropertyListTest(bool useDialog)
if (useDialog)
{
view->ShowView(sheet, propDialog);
view->ShowView(sheet, (wxPanel *)propDialog);
propDialog->Centre(wxBOTH);
propDialog->Show(TRUE);
}
@ -233,7 +233,7 @@ void MyApp::PropertyFormTest(bool useDialog)
m_childWindow = propFrame;
}
wxPanel *panel = propDialog ? propDialog : propFrame->GetPropertyPanel();
wxWindow *panel = propDialog ? propDialog : propFrame->GetPropertyPanel();
wxLayoutConstraints* c;
#if 0