projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
The world should not end if a server has no peer. Let's return FALSE instead.
[wxWidgets.git]
/
contrib
/
include
/
wx
/
mmedia
/
sndoss.h
diff --git
a/contrib/include/wx/mmedia/sndoss.h
b/contrib/include/wx/mmedia/sndoss.h
index 24a1e2c9af5a6d29e5bc9f4943026df889088634..9a8f3ddf4ad94d4895d080d2d266f96abd0da71b 100644
(file)
--- a/
contrib/include/wx/mmedia/sndoss.h
+++ b/
contrib/include/wx/mmedia/sndoss.h
@@
-21,7
+21,7
@@
// OSS output class
//
-class wxSoundStreamOSS : public wxSoundStream {
+class
WXDLLEXPORT
wxSoundStreamOSS : public wxSoundStream {
public:
wxSoundStreamOSS(const wxString& dev_name = wxT("/dev/dsp"));
~wxSoundStreamOSS();