Added libalien-wxwidgets-perl
[pkg-perl] / deb-src / libalien-wxwidgets-perl / libalien-wxwidgets-perl-0.50 / patches / wxMac-2.8.3-brokengcc.patch
1 diff -u include/wx/scopeguard.h include/wx/scopeguard.h
2 --- include/wx/scopeguard.h     2007-11-21 21:17:54.000000000 +0100
3 +++ include/wx/scopeguard.h     2007-11-21 21:16:43.000000000 +0100
4 @@ -108,7 +108,7 @@
5      // for OnScopeExit() only (we can't make it friend, unfortunately)!
6      bool WasDismissed() const { return m_wasDismissed; }
7  
8 -protected:
9 +public:
10      ~wxScopeGuardImplBase() { }
11  
12      wxScopeGuardImplBase(const wxScopeGuardImplBase& other)