diff options
Diffstat (limited to 'src/sync.h')
-rw-r--r-- | src/sync.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sync.h b/src/sync.h index 4921aedf39..ddaf62b3b3 100644 --- a/src/sync.h +++ b/src/sync.h @@ -280,7 +280,7 @@ public: Release(); } - operator bool() + operator bool() const { return fHaveGrant; } |