summaryrefslogtreecommitdiff
path: root/devel/zthread/files/patch-include__zthread__Guard.h
blob: 403b09a9751d95c607047935ab7b45ee854409a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./include/zthread/Guard.h.orig	2005-03-12 21:10:09.000000000 -0500
+++ ./include/zthread/Guard.h	2009-04-23 15:03:09.000000000 -0400
@@ -491,7 +491,7 @@
     
   try {
     
-    if(!isDisabled())
+    if(!this->isDisabled())
       LockingPolicy::destroyScope(*this);
     
   } catch (...) { /* ignore */ }