From: Vadim Zeitlin Date: Thu, 4 Dec 2008 13:11:27 +0000 (+0000) Subject: fix VC6 DLL build X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9a382f1fad8c5195155d02c972f78b32117cc7a0?ds=inline fix VC6 DLL build git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57106 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/headerctrlcmn.cpp b/src/common/headerctrlcmn.cpp index 596bcf9abe..8afffa59a0 100644 --- a/src/common/headerctrlcmn.cpp +++ b/src/common/headerctrlcmn.cpp @@ -32,7 +32,7 @@ // wxHeaderCtrlBase implementation // ============================================================================ -WXDLLIMPEXP_DATA_CORE(const char) wxHeaderCtrlNameStr[] = "wxHeaderCtrl"; +extern WXDLLIMPEXP_DATA_CORE(const char) wxHeaderCtrlNameStr[] = "wxHeaderCtrl"; void wxHeaderCtrlBase::DeleteAllColumns() {