X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dee059c469b87ac01db30fbf6dc069106b6150cc..3b49331b7441e091fc5997b830801d76a1243f28:/include/wx/gtk/filepicker.h diff --git a/include/wx/gtk/filepicker.h b/include/wx/gtk/filepicker.h index bb91c6d554..e1bd484781 100644 --- a/include/wx/gtk/filepicker.h +++ b/include/wx/gtk/filepicker.h @@ -49,7 +49,8 @@ /* so, override wxButton::GTKGetWindow and return NULL as GTK+ doesn't */ \ /* give us access to the internal GdkWindow of a GtkFileChooserButton */ \ protected: \ - virtual GdkWindow *GTKGetWindow(wxArrayGdkWindows& windows) const \ + virtual GdkWindow * \ + GTKGetWindow(wxArrayGdkWindows& WXUNUSED(windows)) const \ { return NULL; }