From b951c85fec31e70aa092e1b8bdb6f55b82707a26 Mon Sep 17 00:00:00 2001 From: Mattia Barbon Date: Fri, 13 Dec 2002 21:35:15 +0000 Subject: [PATCH] Add WXDLLEXPORT to friend declaration for GCC 3.2. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18211 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/sysopt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/sysopt.cpp b/src/common/sysopt.cpp index c8d4539f37..39849e7fa9 100644 --- a/src/common/sysopt.cpp +++ b/src/common/sysopt.cpp @@ -46,7 +46,7 @@ // singleton class so it can't be done in the dtor) class wxSystemOptionsModule : public wxModule { - friend class wxSystemOptions; + friend class WXDLLEXPORT wxSystemOptions; public: virtual bool OnInit(); virtual void OnExit();