git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30250 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ryan Norton
2004-11-04 02:58:13 +00:00
parent a78955e377
commit fd1017cd20

View File

@@ -52,7 +52,7 @@ enum wxURIFlags
// Originally based off of RFC 2396 - then
// extended to meet the newer RFC 2396.bis
// specifications.
class wxURI : public wxObject
class WXDLLIMPEXP_BASE wxURI : public wxObject
{
public:
wxURI();