Skip to content
Snippets Groups Projects
Commit 549799da authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Remove non const function

parent 4af75442
No related branches found
No related tags found
1 merge request!323Resolve "New data structure for storing stateblocks"
Pipeline #4714 passed
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment