Fix extra qualifier on function declaration
This commit is contained in:
parent
a064b4f66b
commit
b0d72724a0
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ private:
|
|||
|
||||
std::string print_table_of_contents() const;
|
||||
|
||||
std::string section::print_table_of_contents_for(const std::string& section_id) const;
|
||||
std::string print_table_of_contents_for(const std::string& section_id) const;
|
||||
|
||||
/** All topics this section owns. */
|
||||
topic_list topics_;
|
||||
|
|
Loading…
Add table
Reference in a new issue