Skip to content
Snippets Groups Projects
Commit e0a5fb8f authored by Viktor's avatar Viktor
Browse files

add setter

parent a01fe9a5
No related branches found
No related tags found
No related merge requests found
Pipeline #3723 failed
...@@ -80,6 +80,7 @@ class Configuration : public TObject{ ...@@ -80,6 +80,7 @@ class Configuration : public TObject{
matches_.insert( std::make_pair( std::array<std::string,2>{br1, br2}, name) ); matches_.insert( std::make_pair( std::array<std::string,2>{br1, br2}, name) );
} }
void SetName(const std::string& name) { name_ = name; }
uint GetLastId() const { return branches_.back().GetId(); } uint GetLastId() const { return branches_.back().GetId(); }
protected: protected:
......
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