added WXDLLEXPORT
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7868 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
#include "wx/defs.h"
|
||||
|
||||
#if wxUSE_SPINBTN
|
||||
class wxSpinButtonXmlHandler : public wxXmlResourceHandler
|
||||
class WXDLLEXPORT wxSpinButtonXmlHandler : public wxXmlResourceHandler
|
||||
{
|
||||
enum
|
||||
{
|
||||
@@ -36,7 +36,7 @@ class wxSpinButtonXmlHandler : public wxXmlResourceHandler
|
||||
#endif
|
||||
|
||||
#if wxUSE_SPINCTRL
|
||||
class wxSpinCtrlXmlHandler : public wxXmlResourceHandler
|
||||
class WXDLLEXPORT wxSpinCtrlXmlHandler : public wxXmlResourceHandler
|
||||
{
|
||||
enum
|
||||
{
|
||||
|
Reference in New Issue
Block a user