Skip to content

Commit

Permalink
config: make static string constants private
Browse files Browse the repository at this point in the history
  • Loading branch information
CelticMinstrel committed Feb 23, 2016
1 parent baed863 commit c08ea95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config.hpp
Expand Up @@ -368,6 +368,7 @@ class config
typename V::result_type apply_visitor(const V & visitor) const
{ return boost::apply_visitor(visitor, value_); }

private:
// Special strings.
static const std::string s_yes, s_no;
static const std::string s_true, s_false;
Expand Down

0 comments on commit c08ea95

Please sign in to comment.