projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eadf221
)
Don't use WXDLLIMPEXP_MEDIA in the stub class
author
Robin Dunn
<robin@alldunn.com>
Tue, 14 Dec 2004 22:48:24 +0000
(22:48 +0000)
committer
Robin Dunn
<robin@alldunn.com>
Tue, 14 Dec 2004 22:48:24 +0000
(22:48 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31014
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
wxPython/src/media.i
patch
|
blob
|
blame
|
history
diff --git
a/wxPython/src/media.i
b/wxPython/src/media.i
index 416efc9a5b79878d9e7f18b8d3db013055b030b8..03268b6872bd5203178263a9b8bad6aadb1e35b7 100644
(file)
--- a/
wxPython/src/media.i
+++ b/
wxPython/src/media.i
@@
-60,7
+60,7
@@
enum wxMediaTimeFormat
wxMEDIATIMEFORMAT_TIME=0
};
-class
WXDLLIMPEXP_MEDIA
wxMediaEvent : public wxNotifyEvent
+class wxMediaEvent : public wxNotifyEvent
{
public:
wxMediaEvent(wxEventType, int ) { wxPyRaiseNotImplemented(); }