]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/sashwin.cpp
added default ctor for wxDirDialog
[wxWidgets.git] / src / generic / sashwin.cpp
index df44939ecb400619b12dab6c33952562393ecadf..ce5219a7132175768129330052b23552e51b0e76 100644 (file)
@@ -26,9 +26,7 @@
 #include "wx/wx.h"
 #endif
 
-#if !wxUSE_SASH
-    #error "Thisfile requires wxUSE_SASH to be defined."
-#endif // wxUSE_SASH
+#if wxUSE_SASH
 
 #include <math.h>
 #include <stdlib.h>
@@ -671,3 +669,4 @@ void wxSashWindow::SetSashVisible(wxSashEdgePosition edge, bool sash)
         m_sashes[edge].m_margin = 0;
 }
 
+#endif // wxUSE_SASH