From: Vadim Zeitlin Date: Sat, 28 Oct 2006 14:03:53 +0000 (+0000) Subject: added missing dlldecl for wxFSHandlerHash X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/01c3ebb80ab23ab5f12ace25ed59e2b058872519 added missing dlldecl for wxFSHandlerHash git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42568 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/filesys.h b/include/wx/filesys.h index ca273c8876..e3df47187a 100644 --- a/include/wx/filesys.h +++ b/include/wx/filesys.h @@ -174,7 +174,7 @@ enum { wxFS_SEEKABLE = 4 // Returned stream will be seekable }; -WX_DECLARE_VOIDPTR_HASH_MAP(wxFileSystemHandler*, wxFSHandlerHash); +WX_DECLARE_VOIDPTR_HASH_MAP_WITH_DECL(wxFileSystemHandler*, wxFSHandlerHash, class WXDLLIMPEXP_BASE); class WXDLLIMPEXP_BASE wxFileSystem : public wxObject {