]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/filesys.h
wxCoordRound() -> wxRound()
[wxWidgets.git] / include / wx / filesys.h
index ca273c8876f1ed26ace7a39e9a1eecf3507f9906..e3df47187a0738c0ec19721ea2a68e139fb9a9e0 100644 (file)
@@ -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
 {