X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0d0837053cd77708760d0c48a91e24ed9d6e3557..d76fe38b29803642f9b70c1457c25dbc1640f63e:/src/motif/font.cpp diff --git a/src/motif/font.cpp b/src/motif/font.cpp index 048592aeb0..e112ff2d26 100644 --- a/src/motif/font.cpp +++ b/src/motif/font.cpp @@ -21,7 +21,13 @@ #pragma implementation "font.h" #endif +#ifdef __VMS +#pragma message disable nosimpint +#endif #include +#ifdef __VMS +#pragma message enable nosimpint +#endif #include "wx/defs.h" #include "wx/string.h" @@ -30,9 +36,7 @@ #include "wx/utils.h" // for wxGetDisplay() #include "wx/fontutil.h" -#if !USE_SHARED_LIBRARIES IMPLEMENT_DYNAMIC_CLASS(wxFont, wxGDIObject) -#endif // ---------------------------------------------------------------------------- // private classes