added DLL exports

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3254 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
1999-08-03 23:56:34 +00:00
parent 11b63f34f8
commit d674cf6dc3
3 changed files with 4 additions and 4 deletions

View File

@@ -43,7 +43,7 @@ limitation)
// wxInternetFSHandler
//--------------------------------------------------------------------------------
class wxInternetFSHandler : public wxFileSystemHandler
class WXDLLEXPORT wxInternetFSHandler : public wxFileSystemHandler
{
private:
wxHashTable m_Cache;