X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ba8c1601448fa16d64c4e75a095f1cb037909c5b..fd938b117780571129a03155ea0dc01fc73b7f23:/src/common/fs_zip.cpp?ds=sidebyside 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