From 65cf3a4b6a3f70a40db688f75e27d8e7457618d3 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 3 Feb 2004 03:43:49 +0000 Subject: [PATCH] Added export decl git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25486 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/sound.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/sound.h b/include/wx/sound.h index 3e470dd11b..0ceba36240 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: -- 2.50.0