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:
Ryan Norton
2004-11-15 07:18:22 +00:00
parent c16ab217c1
commit 78450975b2
2 changed files with 10 additions and 7 deletions

View File

@@ -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()