diff options
Diffstat (limited to 'c++/descriptor.hpp')
-rw-r--r-- | c++/descriptor.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/c++/descriptor.hpp b/c++/descriptor.hpp index 23c82f2..0d05a04 100644 --- a/c++/descriptor.hpp +++ b/c++/descriptor.hpp @@ -202,6 +202,7 @@ public: data<Sch, Encode>& operator()(const data<schema::UInt64>& index){ return inner_.at(index); } + const data<Sch, Encode>& operator()(const data<schema::UInt64>& index)const{ return inner_.at(index); } |