Correct type used in character_sheet.hpp
This commit is contained in:
parent
0b2467475a
commit
965d0c1a35
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ namespace character {
|
|||
|
||||
BillyObjects::container objects;
|
||||
|
||||
std::unordered_set<BillyObjects::billyObject> available_objects{
|
||||
std::unordered_set<billyEnums> available_objects{
|
||||
BillyObjects::all_objects.cbegin(),
|
||||
BillyObjects::all_objects.cend()
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue