From: Vadim Zeitlin Date: Thu, 7 Feb 2002 12:24:57 +0000 (+0000) Subject: a hack to fix the MSW build for now, pending better solution X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d77254fc5ff47027b316cad519219623b31adaeb 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 --- 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);