projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fixed bug with the caret positioning after SetValue() introduced by the last commit
[wxWidgets.git]
/
contrib
/
include
/
wx
/
mmedia
/
sndcpcm.h
diff --git
a/contrib/include/wx/mmedia/sndcpcm.h
b/contrib/include/wx/mmedia/sndcpcm.h
index 2375e83733ab46392e460876225e2d4522de5ee1..310e0ebd35aca84f46ac43093839033903ac19e5 100644
(file)
--- a/
contrib/include/wx/mmedia/sndcpcm.h
+++ b/
contrib/include/wx/mmedia/sndcpcm.h
@@
-20,7
+20,7
@@
// PCM converter class
//
-class wxSoundStreamPcm: public wxSoundStreamCodec {
+class
WXDLLEXPORT
wxSoundStreamPcm: public wxSoundStreamCodec {
public:
typedef void (*ConverterType)(const void *buf_in, void *buf_out,
wxUint32 len);