From a55e4e42606a69e6c9af93a7620610d0e22d94bf Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 16 Apr 2007 19:04:56 +0000 Subject: [PATCH] Fix DLL compilation git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45504 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/object.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/object.h b/include/wx/object.h index 4b70945219..0651b16acb 100644 --- a/include/wx/object.h +++ b/include/wx/object.h @@ -80,7 +80,7 @@ typedef wxObject *(*wxObjectConstructorFn)(void); class WXDLLIMPEXP_BASE wxClassInfo { friend class WXDLLIMPEXP_BASE wxObject; - friend wxObject *wxCreateDynamicObject(const wxChar *name); + friend WXDLLIMPEXP_BASE wxObject *wxCreateDynamicObject(const wxChar *name); public: wxClassInfo( const wxChar *className, const wxClassInfo *baseInfo1, -- 2.45.2