X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a4bbc9f720cbd99d7092e8944e671a6291068b13..b82186f0e7f3d3b6cf24f6ad12fda647dd9b4ec0:/include/wx/mgl/dcscreen.h?ds=sidebyside diff --git a/include/wx/mgl/dcscreen.h b/include/wx/mgl/dcscreen.h index a5f0ace17d..c5ae986000 100644 --- a/include/wx/mgl/dcscreen.h +++ b/include/wx/mgl/dcscreen.h @@ -30,7 +30,7 @@ class WXDLLEXPORT wxScreenDC: public wxDC { public: wxScreenDC(); - ~wxScreenDC() {} + ~wxScreenDC(); static bool StartDrawingOnTop(wxWindow *WXUNUSED(window)) { return TRUE; } static bool StartDrawingOnTop(wxRect *WXUNUSED(rect) = NULL) { return TRUE; }