Skip to content

Commit 3360ad0

Browse files
committed
Fix compilation error.
Fixes #7049. Patch from Deniz Bahadir. [SVN r79164]
1 parent 5a470bc commit 3360ad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/boost/program_options/errors.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ namespace boost { namespace program_options {
250250
}
251251

252252
/** Does NOT set option name, because no option name makes sense */
253-
virtual void set_option_name(const std::string& option_name){}
253+
virtual void set_option_name(const std::string&option_name) {}
254254

255255
~error_with_no_option_name() throw() {}
256256
};

0 commit comments

Comments
 (0)