]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/sizer.h
don't misinterpret the time after the date as a weekday (patch 1836708)
[wxWidgets.git] / include / wx / sizer.h
index 8ecd58f86acc429f0111fb339dbcc04ecb3f2933..a6a1252fb4d46bb91b78dc7692444795eb1d70c1 100644 (file)
@@ -604,7 +604,10 @@ public:
     wxSize Fit( wxWindow *window );
     void FitInside( wxWindow *window );
     void SetSizeHints( wxWindow *window );
-    void SetVirtualSizeHints( wxWindow *window );
+#if WXWIN_COMPATIBILITY_2_8
+    // This only calls FitInside() since 2.9
+    wxDEPRECATED( void SetVirtualSizeHints( wxWindow *window ) );
+#endif
 
     wxSizerItemList& GetChildren()
         { return m_children; }