projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add size parameter to the generic wxFileDialog ctor
[wxWidgets.git]
/
include
/
wx
/
msw
/
control.h
diff --git
a/include/wx/msw/control.h
b/include/wx/msw/control.h
index a2e56f715996d1b49f0f34588d136561a7d914e5..20d9c73d5b233702400b5c3198da706bbab8f558 100644
(file)
--- a/
include/wx/msw/control.h
+++ b/
include/wx/msw/control.h
@@
-15,7
+15,7
@@
#include "wx/dynarray.h"
// General item class
-class WXDLL
EXPORT
wxControl : public wxControlBase
+class WXDLL
IMPEXP_CORE
wxControl : public wxControlBase
{
public:
wxControl() { }