fix unused parameter warning
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36275 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
8a064d5cef
commit
4292eeb4eb
2 changed files with 2 additions and 2 deletions
|
|
@ -48,7 +48,7 @@ public:
|
|||
// implement base class (pure) virtual methods
|
||||
// -------------------------------------------
|
||||
|
||||
virtual void SetLabel( const wxString &label ) {}
|
||||
virtual void SetLabel(const wxString& WXUNUSED(label)) { }
|
||||
virtual wxString GetLabel() const { return wxEmptyString; }
|
||||
|
||||
virtual bool Destroy();
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ public:
|
|||
// implement base class (pure) virtual methods
|
||||
// -------------------------------------------
|
||||
|
||||
virtual void SetLabel( const wxString &label ) {}
|
||||
virtual void SetLabel(const wxString& WXUNUSED(label)) { }
|
||||
virtual wxString GetLabel() const { return wxEmptyString; }
|
||||
|
||||
virtual bool Destroy();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue