projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
make wxMouseState accessors const; document this class
[wxWidgets.git]
/
include
/
wx
/
os2
/
listctrl.h
diff --git
a/include/wx/os2/listctrl.h
b/include/wx/os2/listctrl.h
index 9240abb47aa80b687937ff6fe714231d4785d21b..08910649fcf9f8390d7a6bb464b597467d7f5741 100644
(file)
--- a/
include/wx/os2/listctrl.h
+++ b/
include/wx/os2/listctrl.h
@@
-24,7
+24,7
@@
class WXDLLIMPEXP_FWD_CORE wxImageList;
typedef int (wxCALLBACK *wxListCtrlCompare)(long lItem1, long lItem2, long lSortData);
-class WXDLL
EXPORT
wxListCtrl: public wxControl
+class WXDLL
IMPEXP_CORE
wxListCtrl: public wxControl
{
public:
wxListCtrl() { Init(); }