From 2a7f9d12a2c149953c23e1991a3e963f4d263d45 Mon Sep 17 00:00:00 2001 From: Pepper0ni <93387759+Pepper0ni@users.noreply.github.com> Date: Tue, 8 Apr 2025 14:08:01 +0100 Subject: [PATCH] clang pls --- 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 9517cb2d2..f1f2f6b5a 100644 --- a/soh/soh/Enhancements/randomizer/3drando/hints.hpp +++ b/soh/soh/Enhancements/randomizer/3drando/hints.hpp @@ -34,7 +34,7 @@ class HintText { public: HintText() = default; HintText(CustomMessage clearText_, std::vector ambiguousText_ = {}, - std::vector obscureText_ = {}, CustomMessage name_ = { "" }); + std::vector obscureText_ = {}, CustomMessage name_ = { "" }); const CustomMessage& GetName() const; const CustomMessage& GetClear() const; const CustomMessage& GetObscure() const;