mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-09 14:03:27 +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_; }
|
||||
|
||||
private:
|
||||
formula() {}
|
||||
formula();
|
||||
expression_ptr expr_;
|
||||
std::string str_;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user