From: Václav Slavík Date: Sat, 5 Jul 2003 16:49:37 +0000 (+0000) Subject: DLL compilation fixes X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/bc5573b112c901613e7407bce6363fea56a2a40a DLL compilation fixes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21669 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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: