projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17e656b
)
a hack to fix the MSW build for now, pending better solution
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Thu, 7 Feb 2002 12:24:57 +0000
(12:24 +0000)
committer
Vadim 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
patch
|
blob
|
blame
|
history
diff --git
a/include/wx/msw/spinctrl.h
b/include/wx/msw/spinctrl.h
index 372cd47d61076baa04956781f241880f2c180dc9..79c5c74a2c6bb1093570dff4b0c0f9dc06f1a3db 100644
(file)
--- 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);