X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ab171e95021482a8a0c0e24ebe050fa0181e7af0..3b49331b7441e091fc5997b830801d76a1243f28:/include/wx/gtk/dcscreen.h diff --git a/include/wx/gtk/dcscreen.h b/include/wx/gtk/dcscreen.h index 79ed9959a9..1e8a9425ac 100644 --- a/include/wx/gtk/dcscreen.h +++ b/include/wx/gtk/dcscreen.h @@ -33,21 +33,21 @@ public: ~wxGTKScreenImplDC(); - static bool StartDrawingOnTop( wxWindow *window ) { return true; } - static bool StartDrawingOnTop( wxRect *rect = (wxRect *) NULL ) { return true; } + static bool StartDrawingOnTop(wxWindow * WXUNUSED(window)) + { return true; } + static bool StartDrawingOnTop(wxRect * WXUNUSED(rect) = NULL) + { return true; } static bool EndDrawingOnTop() { return true; } protected: virtual void DoGetSize(int *width, int *height) const; - + void Init(); private: DECLARE_ABSTRACT_CLASS(wxGTKScreenImplDC) }; -#endif - - // __GTKDCSCREENH__ +#endif // __GTKDCSCREENH__