Fix member hiding warnings.

Fixes #35.
This commit is contained in:
Vladimir Prus
2017-10-25 16:23:51 +03:00
parent 4f52423dca
commit 046501c191
2 changed files with 3 additions and 2 deletions

View File

@@ -136,7 +136,7 @@ namespace boost { namespace program_options { namespace detail {
const std::vector<style_parser>& style_parsers);
// Copies of input.
std::vector<std::string> args;
std::vector<std::string> m_args;
style_t m_style;
bool m_allow_unregistered;