X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..105993f7b6baf97b596d09e9c59c42adcee0dbcf:/include/wx/mgl/dcscreen.h diff --git a/include/wx/mgl/dcscreen.h b/include/wx/mgl/dcscreen.h index 684e211875..ccf1c218e9 100644 --- a/include/wx/mgl/dcscreen.h +++ b/include/wx/mgl/dcscreen.h @@ -16,22 +16,22 @@ // 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; } static bool EndDrawingOnTop() { return TRUE; } - + private: DECLARE_DYNAMIC_CLASS(wxScreenDC) };