X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cad1a197e5a31d40104fd979a2c583aa8f725c93..fdec2c055413ed1b39bd2df9979c6c04aa94fe28:/include/wx/sound.h diff --git a/include/wx/sound.h b/include/wx/sound.h index 3e470dd11b..75806a53a3 100644 --- a/include/wx/sound.h +++ b/include/wx/sound.h @@ -43,7 +43,7 @@ #endif // Base class for wxSound implementations -class wxSoundBase : public wxObject +class WXDLLIMPEXP_ADV wxSoundBase : public wxObject { public: // Play the sound: @@ -71,12 +71,12 @@ protected: #if defined(__WXMSW__) #include "wx/msw/sound.h" -#elif defined(__UNIX__) - #include "wx/unix/sound.h" #elif defined(__WXMAC__) #include "wx/mac/sound.h" #elif defined(__WXPM__) #include "wx/os2/sound.h" +#elif defined(__UNIX__) + #include "wx/unix/sound.h" #endif // ----------------------------------------------------------------------------