mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 14:38:29 +01:00
Add const to methods that do not modify the object for which it is called
This commit is contained in:
@@ -130,7 +130,7 @@ public:
|
||||
parent(_parent), piter(_piter) { };
|
||||
~CDBIterator();
|
||||
|
||||
bool Valid();
|
||||
bool Valid() const;
|
||||
|
||||
void SeekToFirst();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user