X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e1d3601acaecd1c69c453b60610ba98f619bd383..534f87c6c442aa2710a44352bd26d215fec1714b:/src/common/statlinecmn.cpp diff --git a/src/common/statlinecmn.cpp b/src/common/statlinecmn.cpp index f2b0de3a30..ce311dfccf 100644 --- a/src/common/statlinecmn.cpp +++ b/src/common/statlinecmn.cpp @@ -3,7 +3,6 @@ // Purpose: wxStaticLine common code // Author: Vadim Zeitlin // Created: 28.06.99 -// Version: $Id$ // Copyright: (c) 1998 Vadim Zeitlin // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -27,6 +26,8 @@ #if wxUSE_STATLINE +extern WXDLLEXPORT_DATA(const char) wxStaticLineNameStr[] = "staticLine"; + // ---------------------------------------------------------------------------- // XTI // ----------------------------------------------------------------------------