diff --git a/src/osx/iphone/dialog.mm b/src/osx/iphone/dialog.mm index bab436b4ce..6073f6b322 100644 --- a/src/osx/iphone/dialog.mm +++ b/src/osx/iphone/dialog.mm @@ -24,6 +24,14 @@ extern wxList wxModalDialogs; +void wxDialog::ShowWindowModal() +{ +} + +void wxDialog::EndWindowModal() +{ +} + void wxDialog::DoShowModal() { wxCHECK_RET( !IsModal(), wxT("DoShowModal() called twice") );