X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/24d2b4f5ba8ceffe55e7520a233ba6b3046aa27e..07f93593809177eda6317a13f9b111759a52a3d2:/include/wx/display.h diff --git a/include/wx/display.h b/include/wx/display.h index b85a04471c..7c829dc36a 100644 --- a/include/wx/display.h +++ b/include/wx/display.h @@ -14,10 +14,6 @@ #if wxUSE_DISPLAY -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface "displaybase.h" -#endif - #include "wx/dynarray.h" #include "wx/vidmode.h" @@ -29,7 +25,7 @@ class WXDLLEXPORT wxString; WX_DECLARE_EXPORTED_OBJARRAY(wxVideoMode, wxArrayVideoModes); // default, uninitialized, video mode object -WXDLLEXPORT_DATA(extern const wxVideoMode) wxDefaultVideoMode; +extern WXDLLEXPORT_DATA(const wxVideoMode) wxDefaultVideoMode; // ---------------------------------------------------------------------------- // wxDisplayBase: represents a display/monitor attached to the system