Warning fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38796 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Name: generic/renderg.cpp
|
// Name: src/generic/renderg.cpp
|
||||||
// Purpose: generic implementation of wxRendererNative (for any platform)
|
// Purpose: generic implementation of wxRendererNative (for any platform)
|
||||||
// Author: Vadim Zeitlin
|
// Author: Vadim Zeitlin
|
||||||
// Modified by:
|
// Modified by:
|
||||||
@@ -401,7 +401,7 @@ wxRendererGeneric::DrawDropArrow(wxWindow *win,
|
|||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
wxRendererGeneric::DrawCheckButton(wxWindow *win,
|
wxRendererGeneric::DrawCheckButton(wxWindow *WXUNUSED(win),
|
||||||
wxDC& dc,
|
wxDC& dc,
|
||||||
const wxRect& rect,
|
const wxRect& rect,
|
||||||
int flags)
|
int flags)
|
||||||
@@ -438,4 +438,3 @@ public:
|
|||||||
};
|
};
|
||||||
|
|
||||||
IMPLEMENT_DYNAMIC_CLASS(wxGenericRendererModule, wxModule)
|
IMPLEMENT_DYNAMIC_CLASS(wxGenericRendererModule, wxModule)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user