From 0753fff9c1153a66fbb80cff22f985d77a1bb6af Mon Sep 17 00:00:00 2001 From: Pepper0ni <93387759+Pepper0ni@users.noreply.github.com> Date: Tue, 8 Apr 2025 13:58:22 +0100 Subject: [PATCH] remove vestigial explicit --- soh/soh/Enhancements/randomizer/3drando/hints.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soh/soh/Enhancements/randomizer/3drando/hints.hpp b/soh/soh/Enhancements/randomizer/3drando/hints.hpp index 74c3b784a..9517cb2d2 100644 --- a/soh/soh/Enhancements/randomizer/3drando/hints.hpp +++ b/soh/soh/Enhancements/randomizer/3drando/hints.hpp @@ -33,7 +33,7 @@ struct HintSetting { class HintText { public: HintText() = default; - explicit HintText(CustomMessage clearText_, std::vector ambiguousText_ = {}, + HintText(CustomMessage clearText_, std::vector ambiguousText_ = {}, std::vector obscureText_ = {}, CustomMessage name_ = { "" }); const CustomMessage& GetName() const; const CustomMessage& GetClear() const;