From: Vadim Zeitlin Date: Tue, 5 Mar 2002 18:55:22 +0000 (+0000) Subject: added missing WXDLLEXPORT X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/bbee1b4abc13379569607df8f6985ec68dc12231?ds=inline added missing WXDLLEXPORT git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14452 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/volume.h b/include/wx/volume.h index a65ce2f2bb..2c1a821fa5 100644 --- a/include/wx/volume.h +++ b/include/wx/volume.h @@ -65,7 +65,7 @@ enum wxFSIconType wxFS_VOL_ICO_MAX }; -WX_DECLARE_OBJARRAY(wxIcon, wxIconArray); +WX_DECLARE_EXPORTED_OBJARRAY(wxIcon, wxIconArray); #endif // wxUSE_GUI