]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/m_image.cpp
added bmpbase.cpp (forgotten during merge?)
[wxWidgets.git] / src / html / m_image.cpp
index 1492201871e25347d73fe2151a532d28ae5747e7..2445a8fe8a40db6b360ce8aee3be6e2277518dfb 100644 (file)
@@ -337,7 +337,7 @@ wxHtmlImageCell::wxHtmlImageCell(wxFSFile *input, int w, int h, double scale, in
 
 
 
-void wxHtmlImageCell::Draw(wxDC& dc, int x, int y, int view_y1, int view_y2)
+void wxHtmlImageCell::Draw(wxDC& dc, int x, int y, int WXUNUSED(view_y1), int WXUNUSED(view_y2))
 {
     if (m_Image)
     {