projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Refactor the event processing code to add ProcessEventLocally().
[wxWidgets.git]
/
include
/
wx
/
motif
/
control.h
diff --git
a/include/wx/motif/control.h
b/include/wx/motif/control.h
index f42138701a4fd8f7b9ad5dc8f8fa7eb55f382ce0..a212c38f56c63598f778f9c4c5ba768a42dd13bf 100644
(file)
--- a/
include/wx/motif/control.h
+++ b/
include/wx/motif/control.h
@@
-17,7
+17,7
@@
#include "wx/validate.h"
// General item class
-class WXDLL
EXPORT
wxControl: public wxControlBase
+class WXDLL
IMPEXP_CORE
wxControl: public wxControlBase
{
DECLARE_ABSTRACT_CLASS(wxControl)