]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/dialog.h
added conversion ctor to create const_iterator from iterator, otherwise assigning...
[wxWidgets.git] / include / wx / msw / dialog.h
index 6d26a72c9ff9bcf053a4808199d8470ad78586a9..2553a5b2bcedf9147e8a149e17cd3d465d687821 100644 (file)
@@ -108,9 +108,7 @@ public:
     // Windows callbacks
     WXLRESULT MSWWindowProc(WXUINT message, WXWPARAM wParam, WXLPARAM lParam);
 
-    // obsolete methods
-    // ----------------
-
+#if WXWIN_COMPATIBILITY_2_6
     // use the other ctor
     wxDEPRECATED( wxDialog(wxWindow *parent,
              const wxString& title, bool modal,
@@ -123,6 +121,7 @@ public:
 
     // use IsModal()
     wxDEPRECATED( bool IsModalShowing() const );
+#endif // WXWIN_COMPATIBILITY_2_6
 
     // handle Escape here
     virtual bool MSWProcessMessage(WXMSG* pMsg);