Code cleanup

This commit is contained in:
Victor Olin 2023-03-21 17:06:10 +01:00
parent 8081bc5d67
commit 7105c570d9
9 changed files with 106 additions and 138 deletions

View file

@ -18,7 +18,7 @@ namespace GC
return m_timestamp;
}
Chunk *GCEvent::get_chunk()
const Chunk *GCEvent::get_chunk()
{
return m_chunk;
}