mirror of
https://codeberg.org/ProgramSnail/lang.git
synced 2026-01-25 21:17:11 +00:00
fixes, name refactoring
This commit is contained in:
parent
4f04dd9995
commit
fe652bc1c2
11 changed files with 62 additions and 27 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue