mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-18 23:16:03 +00:00
variable not assigned in operator=
cppcheck (via Codacy) points out that one member vairable was not assigned.
This commit is contained in:
parent
84194f76ef
commit
45d101e8ca
@ -67,6 +67,7 @@ public:
|
||||
icon_ = rhs.icon_;
|
||||
label_ = rhs.label_;
|
||||
desc_ = rhs.desc_;
|
||||
default_ = rhs.default_;
|
||||
}
|
||||
return *this;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user