Fix extra qualifier on function declaration
This commit is contained in:
parent
0e21a6425b
commit
92f786f7e0
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