X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1aebc2005735ac58e3cf3de0c61e08a64e6af9ea..c137ddc91f60c2b0f95765eab0e477644aa59057:/src/common/dpycmn.cpp diff --git a/src/common/dpycmn.cpp b/src/common/dpycmn.cpp index e8072554a7..f5d398867b 100644 --- a/src/common/dpycmn.cpp +++ b/src/common/dpycmn.cpp @@ -17,10 +17,6 @@ // headers // ---------------------------------------------------------------------------- -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma implementation "displaybase.h" -#endif - // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" @@ -30,10 +26,10 @@ #include "wx/display.h" -#ifdef wxUSE_DISPLAY +#if wxUSE_DISPLAY #include "wx/arrimpl.cpp" -WX_DEFINE_OBJARRAY(wxArrayVideoModes); +WX_DEFINE_OBJARRAY(wxArrayVideoModes) const wxVideoMode wxDefaultVideoMode;