mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-05 13:45:43 +00:00
Fixed a compile warning
This commit is contained in:
parent
82b2224ca2
commit
0ccf32dae5
@ -25,8 +25,8 @@ class persist_context {
|
||||
private:
|
||||
// TODO: dirty marking
|
||||
// TODO: child persist_contexts for embedded namespaces?
|
||||
config cfg_;
|
||||
std::string namespace_;
|
||||
config cfg_;
|
||||
bool valid_;
|
||||
public:
|
||||
persist_context(const std::string &);
|
||||
|
Loading…
x
Reference in New Issue
Block a user