1diff -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)
13