From: Vadim Zeitlin Date: Mon, 16 Jul 2001 18:07:30 +0000 (+0000) Subject: compilation fix I had forgot to commit X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/1255525b5a7e4467ad299ab5d7fb57937379a233 compilation fix I had forgot to commit git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11074 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/regex.h b/include/wx/regex.h index e024d0e52a..8fb775da6d 100644 --- a/include/wx/regex.h +++ b/include/wx/regex.h @@ -20,6 +20,8 @@ #if wxUSE_REGEX +class WXDLLEXPORT wxString; + // ---------------------------------------------------------------------------- // constants // ----------------------------------------------------------------------------