From bc5573b112c901613e7407bce6363fea56a2a40a Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sat, 5 Jul 2003 16:49:37 +0000 Subject: [PATCH] DLL compilation fixes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21669 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/protocol/file.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/protocol/file.h b/include/wx/protocol/file.h index 684df8fd7f..762c1bff9a 100644 --- a/include/wx/protocol/file.h +++ b/include/wx/protocol/file.h @@ -23,7 +23,7 @@ #include "wx/protocol/protocol.h" #include "wx/url.h" -class WXDLLEXPORT wxFileProto: public wxProtocol { +class WXDLLIMPEXP_BASE wxFileProto: public wxProtocol { DECLARE_DYNAMIC_CLASS(wxFileProto) DECLARE_PROTOCOL(wxFileProto) protected: -- 2.50.0