From 3c68557549ae9191e5d93a9b79804b07cb006db3 Mon Sep 17 00:00:00 2001 From: Pcornat Date: Fri, 27 Feb 2026 20:35:34 +0100 Subject: [PATCH] Remove useless namespace --- include/characteristic.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/characteristic.hpp b/include/characteristic.hpp index 4affc87..a453040 100644 --- a/include/characteristic.hpp +++ b/include/characteristic.hpp @@ -21,7 +21,7 @@ namespace character::characteristic { class Characteristic { protected: - friend character::BillyObjects; + friend BillyObjects; using defaultValue = std::numeric_limits; mutable std::int32_t total{ defaultValue::max() }; const std::uint32_t base{ 0 };