Fix a compiler warning.
This commit is contained in:
parent
de058ef1a2
commit
1ffa78fd72
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ toptions::toptions()
|
|||
* * If the text of the description doesn't fit at a single line it split at
|
||||
* space and continues on the next line, obviously indented again.
|
||||
*/
|
||||
void
|
||||
static void
|
||||
print_option(
|
||||
std::ostream& stream
|
||||
, const std::string& option
|
||||
|
|
Loading…
Add table
Reference in a new issue