X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e1d3601acaecd1c69c453b60610ba98f619bd383..9ed99f82da680a40becbb4e72d03a30d4acb335e:/src/common/statlinecmn.cpp?ds=sidebyside

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
 // ----------------------------------------------------------------------------