]> git.saurik.com Git - wxWidgets.git/commitdiff
a hack to fix the MSW build for now, pending better solution
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 7 Feb 2002 12:24:57 +0000 (12:24 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 7 Feb 2002 12:24:57 +0000 (12:24 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14044 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/spinctrl.h

index 372cd47d61076baa04956781f241880f2c180dc9..79c5c74a2c6bb1093570dff4b0c0f9dc06f1a3db 100644 (file)
@@ -19,6 +19,7 @@
 #include "wx/spinbutt.h"    // the base class
 
 #include "wx/dynarray.h"
+
 class WXDLLEXPORT wxSpinCtrl;
 WX_DEFINE_EXPORTED_ARRAY(wxSpinCtrl *, wxArraySpins);