mirror of
https://github.com/ceph/ceph
synced 2024-12-29 15:03:33 +00:00
common/ceph_json.h: add const to member function
Signed-off-by: Michal Jarzabek <stiopa@gmail.com>
This commit is contained in:
parent
27edd204aa
commit
689819bab4
@ -38,7 +38,7 @@ public:
|
||||
void operator++();
|
||||
JSONObj *operator*();
|
||||
|
||||
bool end() {
|
||||
bool end() const {
|
||||
return (cur == last);
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user