diff --git a/tpl/sparse_tpl.h b/tpl/sparse_tpl.h index 60b39df6d5a8..3f10b37a917c 100644 --- a/tpl/sparse_tpl.h +++ b/tpl/sparse_tpl.h @@ -56,7 +56,7 @@ class sparse_tpl resize_data(0); } - koord& get_size() const { + const koord& get_size() const { return size; }