projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added __WXMAC_OSX__ guards around the CFRunLoop calls, CFRunLoop not available on...
[wxWidgets.git]
/
include
/
wx
/
listctrl.h
diff --git
a/include/wx/listctrl.h
b/include/wx/listctrl.h
index 9c289e604c0625a5899ee365a81f1659c49ed25e..fbf05abb9cefbedcd9ffeee369b159ee82bc30fe 100644
(file)
--- a/
include/wx/listctrl.h
+++ b/
include/wx/listctrl.h
@@
-26,7
+26,7
@@
// constants
// ----------------------------------------------------------------------------
// constants
// ----------------------------------------------------------------------------
-
WXDLLEXPORT_DATA(extern
const wxChar*) wxListCtrlNameStr;
+
extern WXDLLEXPORT_DATA(
const wxChar*) wxListCtrlNameStr;
// ----------------------------------------------------------------------------
// include the wxListCtrl class declaration
// ----------------------------------------------------------------------------
// include the wxListCtrl class declaration