X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/52ad298e6600c75c417f94d23eef72ad4d78f133..55ccdb93e4ae4b606a4068cb37492c1ec3ed77a6:/include/wx/filesys.h diff --git a/include/wx/filesys.h b/include/wx/filesys.h index ca273c8876..267daac0f8 100644 --- a/include/wx/filesys.h +++ b/include/wx/filesys.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: filesys.h +// Name: wx/filesys.h // Purpose: class for opening files - virtual file system // Author: Vaclav Slavik // Copyright: (c) 1999 Vaclav Slavik @@ -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 {