projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
rewrite using type safe wxHashMap instead of wxObject-based wxHashTable
[wxWidgets.git]
/
include
/
wx
/
os2
/
listctrl.h
diff --git
a/include/wx/os2/listctrl.h
b/include/wx/os2/listctrl.h
index ff50c2827738345aef1db2bb02b0927096e41f15..08910649fcf9f8390d7a6bb464b597467d7f5741 100644
(file)
--- a/
include/wx/os2/listctrl.h
+++ b/
include/wx/os2/listctrl.h
@@
-20,11
+20,11
@@
#include "wx/textctrl.h"
#include "wx/textctrl.h"
-class WXDLL
EXPORT
wxImageList;
+class WXDLL
IMPEXP_FWD_CORE
wxImageList;
typedef int (wxCALLBACK *wxListCtrlCompare)(long lItem1, long lItem2, long lSortData);
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(); }
{
public:
wxListCtrl() { Init(); }