Applied patch #880008: "Unused parameters in FL contrib reported by VC".
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25415 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -144,10 +144,10 @@ public:
|
||||
|
||||
// Called when a mini button is clicked.
|
||||
// By default, does nothing.
|
||||
virtual void OnMiniButtonClicked( int btnIdx ) {}
|
||||
virtual void OnMiniButtonClicked( int WXUNUSED(btnIdx) ) {}
|
||||
|
||||
// Handles clicking on the title. By default, does nothing.
|
||||
virtual bool HandleTitleClick( wxMouseEvent& event ) { return FALSE; }
|
||||
virtual bool HandleTitleClick( wxMouseEvent& WXUNUSED(event) ) { return false; }
|
||||
|
||||
DECLARE_EVENT_TABLE()
|
||||
};
|
||||
|
Reference in New Issue
Block a user