X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/16cba29d3a5a0a95b367382311a4a7a9a9833210..835a347314148e6facab05ceb51c14c704a0d8a7:/include/wx/listctrl.h?ds=sidebyside diff --git a/include/wx/listctrl.h b/include/wx/listctrl.h index fbf05abb9c..4eae666734 100644 --- a/include/wx/listctrl.h +++ b/include/wx/listctrl.h @@ -12,10 +12,6 @@ #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 @@ -26,7 +22,7 @@ // constants // ---------------------------------------------------------------------------- -extern WXDLLEXPORT_DATA(const wxChar*) wxListCtrlNameStr; +extern WXDLLEXPORT_DATA(const wxChar) wxListCtrlNameStr[]; // ---------------------------------------------------------------------------- // include the wxListCtrl class declaration