X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ba8c1601448fa16d64c4e75a095f1cb037909c5b..bb41dcbe3a1ee4df0cd6a44e9cfb6a55b5d94fd6:/src/common/fs_zip.cpp?ds=inline diff --git a/src/common/fs_zip.cpp b/src/common/fs_zip.cpp index 3e879ecfdd..73f404a888 100644 --- a/src/common/fs_zip.cpp +++ b/src/common/fs_zip.cpp @@ -38,8 +38,8 @@ #include "unzip.h" #endif -WX_DECLARE_EXPORTED_HASH_MAP( long, long, wxIntegerHash, wxIntegerEqual, - wxLongToLongHashMap ); +WX_DECLARE_HASH_MAP_WITH_DECL( long, long, wxIntegerHash, wxIntegerEqual, + wxLongToLongHashMap, class WXDLLIMPEXP_BASE ); //---------------------------------------------------------------------------- // wxZipFSHandler