]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/colour.cpp
return the index of the inserted/appended item
[wxWidgets.git] / src / motif / colour.cpp
index cf9f93c79653922eb91154e51266771fe1e44f5b..c36d3b085ce2cf5ff3bf7b42553b19a68385f169 100644 (file)
@@ -12,7 +12,7 @@
 //// TODO: make wxColour a ref-counted object,
 //// so pixel values get shared.
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation "colour.h"
 #endif
 
 #include "wx/colour.h"
 #include "wx/app.h"
 
+#ifdef __VMS__
+#pragma message disable nosimpint
+#endif
 #include <Xm/Xm.h>
+#ifdef __VMS__
+#pragma message enable nosimpint
+#endif
 
 #include "wx/motif/private.h"
 
-#if !USE_SHARED_LIBRARY
 IMPLEMENT_DYNAMIC_CLASS(wxColour, wxObject)
-#endif
 
 // Colour