mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-04-28 13:17:58 +03:00
remove vestigial explicit
This commit is contained in:
parent
f9c7943964
commit
0753fff9c1
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ struct HintSetting {
|
|||
class HintText {
|
||||
public:
|
||||
HintText() = default;
|
||||
explicit HintText(CustomMessage clearText_, std::vector<CustomMessage> ambiguousText_ = {},
|
||||
HintText(CustomMessage clearText_, std::vector<CustomMessage> ambiguousText_ = {},
|
||||
std::vector<CustomMessage> obscureText_ = {}, CustomMessage name_ = { "" });
|
||||
const CustomMessage& GetName() const;
|
||||
const CustomMessage& GetClear() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue