mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-26 14:37:44 +00:00
Fix nix build
This commit is contained in:
parent
bac72c1b76
commit
a0c5bcc52c
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ namespace Sapphire
|
|||
size_t size() const
|
||||
{
|
||||
size_t size = 0;
|
||||
for( auto& it = m_objectCache.begin(); it != m_objectCache.end(); ++it )
|
||||
for( auto it = m_objectCache.begin(); it != m_objectCache.end(); ++it )
|
||||
size += it->second.size();
|
||||
|
||||
return size;
|
||||
|
|
Loading…
Add table
Reference in a new issue