]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
common/ceph_json.h: add const to member function 9528/head
authorMichal Jarzabek <stiopa@gmail.com>
Mon, 6 Jun 2016 20:55:46 +0000 (21:55 +0100)
committerMichal Jarzabek <stiopa@gmail.com>
Mon, 6 Jun 2016 20:55:46 +0000 (21:55 +0100)
Signed-off-by: Michal Jarzabek <stiopa@gmail.com>
src/common/ceph_json.h

index 85f3f3656e031835934fc9be8e6d8c19d74dc8a5..b3961cc783262c39d162a70d051074a4cbacf2f3 100644 (file)
@@ -38,7 +38,7 @@ public:
   void operator++();
   JSONObj *operator*();
 
-  bool end() {
+  bool end() const {
     return (cur == last);
   }
 };