]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/statbmp.cpp
updated source to not use deprecated wxList methods
[wxWidgets.git] / src / mac / carbon / statbmp.cpp
index d04e549b0e80dc7990bce4596cabe0c669a99b8e..522d2ed2302ee306d0859a81644799b0f415984c 100644 (file)
@@ -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);