projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
made wxList methods return compatibility_iterator instead of Node * to further reduce...
[wxWidgets.git]
/
include
/
wx
/
listctrl.h
diff --git
a/include/wx/listctrl.h
b/include/wx/listctrl.h
index fbf05abb9cefbedcd9ffeee369b159ee82bc30fe..4eae6667341c40099c8b9a0bdb3b58cb323bf7be 100644
(file)
--- a/
include/wx/listctrl.h
+++ b/
include/wx/listctrl.h
@@
-12,10
+12,6
@@
#ifndef _WX_LISTCTRL_H_BASE_
#define _WX_LISTCTRL_H_BASE_
#ifndef _WX_LISTCTRL_H_BASE_
#define _WX_LISTCTRL_H_BASE_
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
- #pragma interface "listctrlbase.h"
-#endif
-
#include "wx/defs.h" // headers should include this before first wxUSE_XXX check
#if wxUSE_LISTCTRL
#include "wx/defs.h" // headers should include this before first wxUSE_XXX check
#if wxUSE_LISTCTRL
@@
-26,7
+22,7
@@
// constants
// ----------------------------------------------------------------------------
// constants
// ----------------------------------------------------------------------------
-extern WXDLLEXPORT_DATA(const wxChar
*) wxListCtrlNameStr
;
+extern WXDLLEXPORT_DATA(const wxChar
) wxListCtrlNameStr[]
;
// ----------------------------------------------------------------------------
// include the wxListCtrl class declaration
// ----------------------------------------------------------------------------
// include the wxListCtrl class declaration