X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12028905135250524409f1e7b9bfa9c55e5ce16b..26dd7154d5b4ab79db3cf4a6dc07c6404e6e14d8:/include/wx/mgl/dcscreen.h?ds=sidebyside diff --git a/include/wx/mgl/dcscreen.h b/include/wx/mgl/dcscreen.h index 1bc300e86e..bfc9985a7c 100644 --- a/include/wx/mgl/dcscreen.h +++ b/include/wx/mgl/dcscreen.h @@ -10,27 +10,23 @@ #ifndef __WX_DCSCREEN_H__ #define __WX_DCSCREEN_H__ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "dcscreen.h" -#endif - #include "wx/dcclient.h" //----------------------------------------------------------------------------- // classes //----------------------------------------------------------------------------- -class WXDLLEXPORT wxScreenDC; +class WXDLLIMPEXP_FWD_CORE wxScreenDC; //----------------------------------------------------------------------------- // wxScreenDC //----------------------------------------------------------------------------- -class WXDLLEXPORT wxScreenDC: public wxDC +class WXDLLIMPEXP_CORE wxScreenDC: public wxDC { public: wxScreenDC(); - ~wxScreenDC(); + virtual ~wxScreenDC(); static bool StartDrawingOnTop(wxWindow *WXUNUSED(window)) { return TRUE; } static bool StartDrawingOnTop(wxRect *WXUNUSED(rect) = NULL) { return TRUE; }