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:
Robin Dunn
2004-12-14 22:48:24 +00:00
parent eadf221fb0
commit 63cd6e0bbe

View File

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