X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/52f2ad0899c3e625b6ae1449524993ed8be39d7a..e5d92e2bef8fed2f3fabaf9662902eb7189f5f92:/include/wx/listctrl.h diff --git a/include/wx/listctrl.h b/include/wx/listctrl.h index 9c289e604c..ba631c7985 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 // ---------------------------------------------------------------------------- -WXDLLEXPORT_DATA(extern const wxChar*) wxListCtrlNameStr; +extern WXDLLEXPORT_DATA(const wxChar*) wxListCtrlNameStr; // ---------------------------------------------------------------------------- // include the wxListCtrl class declaration