No changes, just suppress an unused parameter warning in wxOSX build.
This one was especially annoying as it occurred in a header included by a couple of dozens of files. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71938 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
9a0266bbf0
commit
87762892be
@ -302,7 +302,7 @@ public :
|
||||
virtual void CaptureMouse() = 0;
|
||||
virtual void ReleaseMouse() = 0;
|
||||
|
||||
virtual void SetDropTarget( wxDropTarget *dropTarget ) {}
|
||||
virtual void SetDropTarget( wxDropTarget * WXUNUSED(dropTarget) ) {}
|
||||
|
||||
virtual wxInt32 GetValue() const = 0;
|
||||
virtual void SetValue( wxInt32 v ) = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user