X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/16106d969886654c92fbc7dd931cb30090876097..bf60426831535738b1b784629f08e9dd00bf9ecc:/src/mac/statbmp.cpp?ds=sidebyside diff --git a/src/mac/statbmp.cpp b/src/mac/statbmp.cpp index d04e549b0e..522d2ed230 100644 --- a/src/mac/statbmp.cpp +++ b/src/mac/statbmp.cpp @@ -71,7 +71,7 @@ void wxStaticBitmap::SetBitmap(const wxBitmap& bitmap) Refresh() ; } -void wxStaticBitmap::OnPaint( wxPaintEvent &event ) +void wxStaticBitmap::OnPaint( wxPaintEvent& WXUNUSED(event) ) { wxPaintDC dc(this); PrepareDC(dc);