mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-04 21:30:24 +00:00
config: make static string constants private
This commit is contained in:
parent
baed863df0
commit
c08ea95c72
@ -368,6 +368,7 @@ public:
|
||||
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user