X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/edf6a063410b3fa401c913153a64f81d700fbda4..bacd54f604fe87c622d4ab57070759ad6f1791a7:/include/wx/x11/dcscreen.h diff --git a/include/wx/x11/dcscreen.h b/include/wx/x11/dcscreen.h index 67fd3d6df2..1c869312a8 100644 --- a/include/wx/x11/dcscreen.h +++ b/include/wx/x11/dcscreen.h @@ -12,17 +12,13 @@ #ifndef _WX_DCSCREEN_H_ #define _WX_DCSCREEN_H_ -#if defined(__GNUG__) && !defined(__APPLE__) -#pragma interface "dcscreen.h" -#endif - #include "wx/dcclient.h" //----------------------------------------------------------------------------- // wxScreenDC //----------------------------------------------------------------------------- -class wxScreenDC : public wxPaintDC +class WXDLLIMPEXP_CORE wxScreenDC : public wxPaintDC { public: wxScreenDC();