WXUNUSED warning fixes - unicode compilo fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30534 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -178,12 +178,14 @@ public:
|
||||
|
||||
virtual ~wxMediaBackend();
|
||||
|
||||
virtual bool CreateControl(wxControl* ctrl, wxWindow* parent,
|
||||
wxWindowID id,
|
||||
const wxPoint& pos, const wxSize& size,
|
||||
long style,
|
||||
const wxValidator& validator,
|
||||
const wxString& name)
|
||||
virtual bool CreateControl(wxControl* WXUNUSED(ctrl),
|
||||
wxWindow* WXUNUSED(parent),
|
||||
wxWindowID WXUNUSED(id),
|
||||
const wxPoint& WXUNUSED(pos),
|
||||
const wxSize& WXUNUSED(size),
|
||||
long WXUNUSED(style),
|
||||
const wxValidator& WXUNUSED(validator),
|
||||
const wxString& WXUNUSED(name))
|
||||
{ return false; }
|
||||
|
||||
virtual bool Play()
|
||||
|
Reference in New Issue
Block a user