mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-09 21:16:49 +00:00
Initialize all members.
This commit is contained in:
parent
17e542dac1
commit
72e1e227a7
@ -34,7 +34,11 @@ class modification_queue {
|
||||
// At the beginning and end of each member function call, there
|
||||
// are no empty vectors in priorities_.
|
||||
public:
|
||||
modification_queue() {}
|
||||
modification_queue()
|
||||
: priorities_()
|
||||
{
|
||||
}
|
||||
|
||||
~modification_queue() {}
|
||||
|
||||
bool empty() const { return priorities_.empty(); }
|
||||
|
Loading…
x
Reference in New Issue
Block a user