Warning fix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38796 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba 2006-04-18 19:37:10 +00:00
parent a2e5beeebb
commit 5c1f6b2752

View File

@ -1,5 +1,5 @@
///////////////////////////////////////////////////////////////////////////////
// Name: generic/renderg.cpp
// Name: src/generic/renderg.cpp
// Purpose: generic implementation of wxRendererNative (for any platform)
// Author: Vadim Zeitlin
// Modified by:
@ -401,7 +401,7 @@ wxRendererGeneric::DrawDropArrow(wxWindow *win,
}
void
wxRendererGeneric::DrawCheckButton(wxWindow *win,
wxRendererGeneric::DrawCheckButton(wxWindow *WXUNUSED(win),
wxDC& dc,
const wxRect& rect,
int flags)
@ -438,4 +438,3 @@ public:
};
IMPLEMENT_DYNAMIC_CLASS(wxGenericRendererModule, wxModule)