]> git.saurik.com Git - wxWidgets.git/commitdiff
fixing building on iphone
authorStefan Csomor <csomor@advancedconcepts.ch>
Mon, 25 Jan 2010 13:26:36 +0000 (13:26 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Mon, 25 Jan 2010 13:26:36 +0000 (13:26 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63258 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/osx/iphone/dialog.mm

index bab436b4ce9d4491873d6bdd9e847a3ba1972bdb..6073f6b322355fea2ba0f981d9de13489d4ba716 100644 (file)
 
 extern wxList wxModalDialogs;
 
+void wxDialog::ShowWindowModal()
+{   
+}
+
+void wxDialog::EndWindowModal()
+{
+}
+
 void wxDialog::DoShowModal()
 {
     wxCHECK_RET( !IsModal(), wxT("DoShowModal() called twice") );