mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-09 20:46:18 +00:00
Only declare the default contructor, kills a few uninitialized member warnings.
This commit is contained in:
parent
5b5d149057
commit
98b8a23afe
@ -50,7 +50,7 @@ public:
|
|||||||
const std::string& str() const { return str_; }
|
const std::string& str() const { return str_; }
|
||||||
|
|
||||||
private:
|
private:
|
||||||
formula() {}
|
formula();
|
||||||
expression_ptr expr_;
|
expression_ptr expr_;
|
||||||
std::string str_;
|
std::string str_;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user