X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/16106d969886654c92fbc7dd931cb30090876097..205b0c9c6aa69c02a7774846e677910bf1609a53:/src/mac/statbmp.cpp 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);