diff --git a/include/character_sheet.hpp b/include/character_sheet.hpp index 339a97c..8fd3dec 100644 --- a/include/character_sheet.hpp +++ b/include/character_sheet.hpp @@ -32,7 +32,7 @@ namespace character { BillyObjects::container objects; - std::unordered_set available_objects{ + std::unordered_set available_objects{ BillyObjects::all_objects.cbegin(), BillyObjects::all_objects.cend() };