fixes, name refactoring

This commit is contained in:
ProgramSnail 2024-01-04 19:29:29 +03:00
parent 4f04dd9995
commit fe652bc1c2
11 changed files with 62 additions and 27 deletions

View file

@ -73,7 +73,7 @@ public:
//
size_t get_annotations_info_size() const { return annotations_info_.size(); }
size_t annotations_info_size() const { return annotations_info_.size(); }
std::string *get_annotation(size_t id) {
return &annotations_info_[id].first;