Use FWD version of DLL export macro in forward declaration.

Forward declarations must use WXDLLIMPEXP_FWD_XXX and not WXDLLIMPEXP_XXX to
avoid g++ warnings about "type attributes are honored only at type definition".

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62155 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2009-09-26 16:43:37 +00:00
parent ddb44248a6
commit 6f0740beb5

View File

@ -17,7 +17,7 @@
#include "wx/object.h"
class WXDLLIMPEXP_ADV wxSoundTimer;
class WXDLLIMPEXP_FWD_ADV wxSoundTimer;
class WXDLLIMPEXP_ADV wxSoundData
{