summaryrefslogtreecommitdiff
path: root/devel/zthread/files/patch-include_zthread_Guard.h
blob: 6e0c7c933f6065b555d6ed57641ba7c943d6cbe8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- include/zthread/Guard.h.orig	Wed Jul 30 00:40:13 2003
+++ include/zthread/Guard.h	Fri Dec 24 21:15:17 2004
@@ -490,7 +490,7 @@
     
   try {
     
-    if(!isDisabled())
+    if(!this->isDisabled())
       LockingPolicy::destroyScope(*this);
     
   } catch (...) { /* ignore */ }