Don't use WXDLLIMPEXP_MEDIA in the stub class
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31014 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -60,7 +60,7 @@ enum wxMediaTimeFormat
|
|||||||
wxMEDIATIMEFORMAT_TIME=0
|
wxMEDIATIMEFORMAT_TIME=0
|
||||||
};
|
};
|
||||||
|
|
||||||
class WXDLLIMPEXP_MEDIA wxMediaEvent : public wxNotifyEvent
|
class wxMediaEvent : public wxNotifyEvent
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
wxMediaEvent(wxEventType, int ) { wxPyRaiseNotImplemented(); }
|
wxMediaEvent(wxEventType, int ) { wxPyRaiseNotImplemented(); }
|
||||||
|
Reference in New Issue
Block a user