File: wxMac-2.8.3-brokengcc.patch

package info (click to toggle)
libalien-wxwidgets-perl 0.69%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,220 kB
  • sloc: perl: 5,365; makefile: 19
file content (12 lines) | stat: -rw-r--r-- 454 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
diff -u include/wx/scopeguard.h include/wx/scopeguard.h
--- include/wx/scopeguard.h	2007-11-21 21:17:54.000000000 +0100
+++ include/wx/scopeguard.h	2007-11-21 21:16:43.000000000 +0100
@@ -108,7 +108,7 @@
     // for OnScopeExit() only (we can't make it friend, unfortunately)!
     bool WasDismissed() const { return m_wasDismissed; }
 
-protected:
+public:
     ~wxScopeGuardImplBase() { }
 
     wxScopeGuardImplBase(const wxScopeGuardImplBase& other)