]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/scrolwin.cpp
added default ctor for wxDirDialog
[wxWidgets.git] / src / generic / scrolwin.cpp
index 56eaf96415720e27165e82a0aca27e898b410395..50d44cedd8aaf1deac77fe15be83a39fc67125bb 100644 (file)
@@ -43,7 +43,14 @@ IMPLEMENT_DYNAMIC_CLASS(wxScrolledWindow, wxPanel)
 
 #ifdef __WXMOTIF__
 // For wxRETAINED implementation
+#ifdef __VMS__ //VMS's Xm.h is not (yet) compatible with C++
+               //This code switches off the compiler warnings
+# pragma message disable nosimpint
+#endif
 #include <Xm/Xm.h>
+#ifdef __VMS__
+# pragma message enable nosimpint
+#endif
 #endif
 
 wxScrolledWindow::wxScrolledWindow()