correct some compile warnings and errors
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25537 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -713,7 +713,7 @@ public:
|
||||
event.Skip();
|
||||
}
|
||||
|
||||
void OnKillFocus(wxFocusEvent& event) {
|
||||
void OnKillFocus(wxFocusEvent& WXUNUSED(event)) {
|
||||
// Do nothing. Prevents base class from resetting the colors...
|
||||
}
|
||||
|
||||
@@ -799,7 +799,7 @@ public:
|
||||
event.Skip();
|
||||
}
|
||||
|
||||
void OnActivate(wxListEvent& event) {
|
||||
void OnActivate(wxListEvent& WXUNUSED(event)) {
|
||||
doubleClickAction(doubleClickActionData);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user