Missing exports
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34412 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -51,7 +51,7 @@ typedef enum {
|
|||||||
// Base class for file coders/decoders
|
// Base class for file coders/decoders
|
||||||
//
|
//
|
||||||
|
|
||||||
class wxSoundFileStream: public wxSoundStream {
|
class WXDLLIMPEXP_MMEDIA wxSoundFileStream: public wxSoundStream {
|
||||||
public:
|
public:
|
||||||
wxSoundFileStream(wxInputStream& stream, wxSoundStream& io_sound);
|
wxSoundFileStream(wxInputStream& stream, wxSoundStream& io_sound);
|
||||||
wxSoundFileStream(wxOutputStream& stream, wxSoundStream& io_sound);
|
wxSoundFileStream(wxOutputStream& stream, wxSoundStream& io_sound);
|
||||||
|
@@ -26,7 +26,7 @@
|
|||||||
// WAVE codec
|
// WAVE codec
|
||||||
//
|
//
|
||||||
|
|
||||||
class wxSoundWave: public wxSoundFileStream {
|
class WXDLLIMPEXP_MMEDIA wxSoundWave: public wxSoundFileStream {
|
||||||
public:
|
public:
|
||||||
wxSoundWave(wxInputStream& stream, wxSoundStream& io_sound);
|
wxSoundWave(wxInputStream& stream, wxSoundStream& io_sound);
|
||||||
wxSoundWave(wxOutputStream& stream, wxSoundStream& io_sound);
|
wxSoundWave(wxOutputStream& stream, wxSoundStream& io_sound);
|
||||||
|
Reference in New Issue
Block a user