projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b99c1e
)
unused parameter warning
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Wed, 20 Dec 2006 13:45:08 +0000
(13:45 +0000)
committer
Vadim Zeitlin
<vadim@wxwidgets.org>
Wed, 20 Dec 2006 13:45:08 +0000
(13:45 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44022
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
src/generic/srchctlg.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/generic/srchctlg.cpp
b/src/generic/srchctlg.cpp
index 8ddd276753410c66641859919787852df0a6196d..8edf081475bc4d447085167c66849921d386deab 100644
(file)
--- a/
src/generic/srchctlg.cpp
+++ b/
src/generic/srchctlg.cpp
@@
-1065,7
+1065,7
@@
void wxSearchCtrl::OnSetFocus( wxFocusEvent& /*event*/ )
}
}
-void wxSearchCtrl::OnSize( wxSizeEvent&
event
)
+void wxSearchCtrl::OnSize( wxSizeEvent&
WXUNUSED(event)
)
{
int width, height;
GetSize(&width, &height);