From 3360ad0ea2d0e7d1b86b921b6a0dfd8d03b00d90 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Fri, 29 Jun 2012 09:04:09 +0000 Subject: [PATCH] Fix compilation error. Fixes #7049. Patch from Deniz Bahadir. [SVN r79164] --- include/boost/program_options/errors.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/program_options/errors.hpp b/include/boost/program_options/errors.hpp index addb8d6..3885928 100644 --- a/include/boost/program_options/errors.hpp +++ b/include/boost/program_options/errors.hpp @@ -250,7 +250,7 @@ namespace boost { namespace program_options { } /** Does NOT set option name, because no option name makes sense */ - virtual void set_option_name(const std::string& option_name){} + virtual void set_option_name(const std::string&option_name) {} ~error_with_no_option_name() throw() {} };