mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-28 22:04:24 +00:00
Why was an implementation detail function left public?
This commit is contained in:
parent
c602110e72
commit
4f33470ada
@ -472,7 +472,9 @@ public:
|
||||
const std::string &value) const
|
||||
{ return const_cast<config *>(this)->find_child(key, name, value); }
|
||||
|
||||
private:
|
||||
void clear_children_impl(config_key_type key);
|
||||
public:
|
||||
template<typename... T>
|
||||
void clear_children(T... keys) {
|
||||
for(auto key : {keys...}) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user