mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-18 22:35:39 +01:00
Add const to methods that do not modify the object for which it is called
This commit is contained in:
@@ -450,7 +450,7 @@ public:
|
||||
return array;
|
||||
}
|
||||
|
||||
std::string GetComment()
|
||||
std::string GetComment() const
|
||||
{
|
||||
return comment;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user