#pragma implementation "font.h"
#endif
+#ifdef __VMS
+#pragma message disable nosimpint
+#endif
#include <Xm/Xm.h>
+#ifdef __VMS
+#pragma message enable nosimpint
+#endif
#include "wx/defs.h"
#include "wx/string.h"
}
// not found, create a new one
- XFontStruct *font = wxLoadQueryNearestFont(pointSize,
+ XFontStruct *font = (XFontStruct *)
+ wxLoadQueryNearestFont(pointSize,
M_FONTDATA->m_family,
M_FONTDATA->m_style,
M_FONTDATA->m_weight,