X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fb46a9a6c6f291806a5fecbb848930c344e17e11..d062e17fca1a1fc0b82b269da4a7ad271075ba2b:/include/wx/os2/dcscreen.h?ds=inline diff --git a/include/wx/os2/dcscreen.h b/include/wx/os2/dcscreen.h index 44b929bc04..e0b4204008 100644 --- a/include/wx/os2/dcscreen.h +++ b/include/wx/os2/dcscreen.h @@ -20,19 +20,18 @@ class WXDLLEXPORT wxScreenDC: public wxWindowDC { - DECLARE_DYNAMIC_CLASS(wxScreenDC) - public: // Create a DC representing the whole screen wxScreenDC(); - ~wxScreenDC(); // Compatibility with X's requirements for // drawing on top of all windows 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) +}; // end of CLASS wxScreenDC #endif // _WX_DCSCREEN_H_