mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 15:10:35 -04:00
11 lines
289 B
C++
11 lines
289 B
C++
--- 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 */ }
|