]> git.saurik.com Git - wxWidgets.git/commitdiff
Add WXDLLEXPORT to friend declaration for GCC 3.2.
authorMattia Barbon <mbarbon@cpan.org>
Fri, 13 Dec 2002 21:35:15 +0000 (21:35 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Fri, 13 Dec 2002 21:35:15 +0000 (21:35 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18211 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/sysopt.cpp

index c8d4539f3777eae0a145096aae3d59cc582c73b0..39849e7fa9090c5a4ce29d6e0cb341d0f9147990 100644 (file)
@@ -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();