From 7c98266873908ef84bb38f30f5ec1af401dff020 Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Fri, 19 May 2006 15:12:56 +0000 Subject: [PATCH] build fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39231 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/combo.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/wx/msw/combo.h b/include/wx/msw/combo.h index 95f836bb91..8478f8cff2 100644 --- a/include/wx/msw/combo.h +++ b/include/wx/msw/combo.h @@ -25,6 +25,8 @@ // Define this only if native implementation includes all features #define wxCOMBOCONTROL_FULLY_FEATURED +extern WXDLLIMPEXP_DATA_CORE(const wxChar) wxComboBoxNameStr[]; + class WXDLLEXPORT wxComboCtrl : public wxComboCtrlBase { public: -- 2.45.2