From d77254fc5ff47027b316cad519219623b31adaeb Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 7 Feb 2002 12:24:57 +0000 Subject: [PATCH] a hack to fix the MSW build for now, pending better solution git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14044 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/spinctrl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/wx/msw/spinctrl.h b/include/wx/msw/spinctrl.h index 372cd47d61..79c5c74a2c 100644 --- a/include/wx/msw/spinctrl.h +++ b/include/wx/msw/spinctrl.h @@ -19,6 +19,7 @@ #include "wx/spinbutt.h" // the base class #include "wx/dynarray.h" + class WXDLLEXPORT wxSpinCtrl; WX_DEFINE_EXPORTED_ARRAY(wxSpinCtrl *, wxArraySpins); -- 2.45.2