From 1255525b5a7e4467ad299ab5d7fb57937379a233 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 16 Jul 2001 18:07:30 +0000 Subject: [PATCH] compilation fix I had forgot to commit git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11074 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/regex.h | 2 ++ 1 file changed, 2 insertions(+) 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 // ----------------------------------------------------------------------------