mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-28 17:43:54 -07:00
[CardDatabase] Store querier not as pointer
This commit is contained in:
parent
3ec9ae9772
commit
97c763f45c
6 changed files with 10 additions and 17 deletions
|
|
@ -29,7 +29,7 @@ CardDatabase *CardDatabaseManager::getInstance()
|
|||
return &instance;
|
||||
}
|
||||
|
||||
CardDatabaseQuerier *CardDatabaseManager::query()
|
||||
CardDatabaseQuerier const &CardDatabaseManager::query()
|
||||
{
|
||||
return getInstance()->query();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue