remove vestigial explicit

This commit is contained in:
Pepper0ni 2025-04-08 13:58:22 +01:00
parent f9c7943964
commit 0753fff9c1

View file

@ -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;