mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 22:50:59 +01:00
Add const to methods that do not modify the object for which it is called
This commit is contained in:
@@ -280,7 +280,7 @@ public:
|
||||
Release();
|
||||
}
|
||||
|
||||
operator bool()
|
||||
operator bool() const
|
||||
{
|
||||
return fHaveGrant;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user