clang pls

This commit is contained in:
Pepper0ni 2025-04-08 14:08:01 +01:00
commit 2a7f9d12a2

View file

@ -34,7 +34,7 @@ class HintText {
public: public:
HintText() = default; HintText() = default;
HintText(CustomMessage clearText_, std::vector<CustomMessage> ambiguousText_ = {}, HintText(CustomMessage clearText_, std::vector<CustomMessage> ambiguousText_ = {},
std::vector<CustomMessage> obscureText_ = {}, CustomMessage name_ = { "" }); std::vector<CustomMessage> obscureText_ = {}, CustomMessage name_ = { "" });
const CustomMessage& GetName() const; const CustomMessage& GetName() const;
const CustomMessage& GetClear() const; const CustomMessage& GetClear() const;
const CustomMessage& GetObscure() const; const CustomMessage& GetObscure() const;