From 549799dabae1bece36c333e4ed042d3cc3c76886 Mon Sep 17 00:00:00 2001 From: Joan Sola <jsola@iri.upc.edu> Date: Thu, 16 Jan 2020 18:16:35 +0100 Subject: [PATCH] Remove non const function --- include/core/state_block/has_state_blocks.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/core/state_block/has_state_blocks.h b/include/core/state_block/has_state_blocks.h index 041f3d43a..a2e57997c 100644 --- a/include/core/state_block/has_state_blocks.h +++ b/include/core/state_block/has_state_blocks.h @@ -23,7 +23,6 @@ class HasStateBlocks virtual ~HasStateBlocks(); const std::string& getStructure() const {return structure_;} - std::string& getStructure() {return structure_;} void appendToStructure(const std::string& _frame_type){structure_ += _frame_type;} const std::map<std::string, StateBlockPtr>& getStateBlockMap() const; std::map<std::string, StateBlockPtr>& getStateBlockMap(); -- GitLab