fix hiding the other (mac) one
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30488 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
a418b1f3a2
commit
e05928eb5b
@ -107,7 +107,7 @@ public:
|
||||
: wxNotifyEvent(clone.GetEventType(), clone.GetId())
|
||||
{ }
|
||||
|
||||
wxEvent *Clone() { return new wxMediaEvent(*this); }
|
||||
virtual wxEvent *Clone() const { return new wxMediaEvent(*this); }
|
||||
|
||||
DECLARE_DYNAMIC_CLASS(wxMediaEvent)
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user