]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/dialog.h
replaced my recent GSocket_SetReuseAddr() addition with GSocket_SetReusable() from...
[wxWidgets.git] / include / wx / msw / dialog.h
index bbe72cdf874126fc2d80b66f406414a7e318998c..879ae3a79d45ab386f6024e1ff909b357a93f17e 100644 (file)
@@ -113,6 +113,9 @@ protected:
     // common part of all ctors
     void Init();
 
+    // end either modal or modeless dialog
+    void EndDialog(int rc);
+
 private:
     wxWindow*   m_oldFocus;
     bool        m_endModalCalled; // allow for closing within InitDialog