Minor changes

Co-authored-by: ValterMiari <ValterMiari@users.noreply.github.com>
This commit is contained in:
Victor Olin 2023-03-21 14:31:40 +01:00
parent edeff09e86
commit 8081bc5d67
11 changed files with 39 additions and 81 deletions

View file

@ -22,8 +22,13 @@ namespace GC
{
return m_chunk;
}
size_t GCEvent::get_size()
{
return m_size;
}
const char *const GCEvent::type_to_string()
const char *GCEvent::type_to_string()
{
switch (m_type)
{