added missing dlldecl for wxFSHandlerHash
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42568 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -174,7 +174,7 @@ enum {
|
|||||||
wxFS_SEEKABLE = 4 // Returned stream will be seekable
|
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
|
class WXDLLIMPEXP_BASE wxFileSystem : public wxObject
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user