fix unused parameter warning inside FILEDIRBTN_OVERRIDES
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@50240 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -49,7 +49,7 @@
|
|||||||
/* so, override wxButton::GTKGetWindow and return NULL as GTK+ doesn't */ \
|
/* so, override wxButton::GTKGetWindow and return NULL as GTK+ doesn't */ \
|
||||||
/* give us access to the internal GdkWindow of a GtkFileChooserButton */ \
|
/* give us access to the internal GdkWindow of a GtkFileChooserButton */ \
|
||||||
protected: \
|
protected: \
|
||||||
virtual GdkWindow *GTKGetWindow(wxArrayGdkWindows& windows) const \
|
virtual GdkWindow *GTKGetWindow(wxArrayGdkWindows& WXUNUSED(windows)) const \
|
||||||
{ return NULL; }
|
{ return NULL; }
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user