16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 08:09:19 +02:00

reformat: remove redundant 'inline' specifier

This commit is contained in:
jerrrrycho
2026-07-04 05:58:21 +02:00
parent b4b6686320
commit 6e4d000ddb
85 changed files with 877 additions and 988 deletions

View File

@@ -42,17 +42,17 @@ public:
handle() const;
// places provided node in specified group
void
insert( group_handle const Group, basic_node *Node );
insert( group_handle Group, basic_node *Node );
// places provided event in specified group
void
insert( group_handle const Group, basic_event *Event );
insert( group_handle Group, basic_event *Event );
// grants direct access to specified group
basic_group &
group( group_handle const Group ) {
return m_groupmap[ Group ]; }
// sends basic content of the class in legacy (text) format to provided stream
void
export_as_text( std::ostream &Output, bool const Dirty ) const;
export_as_text( std::ostream &Output, bool Dirty ) const;
private:
// types