Fixed some bugs and modifications to mark
This commit is contained in:
parent
02c9ae0ab4
commit
6840297c08
10 changed files with 114 additions and 24 deletions
|
|
@ -24,7 +24,8 @@ namespace GC
|
|||
return m_chunk;
|
||||
}
|
||||
|
||||
inline const char *GCEvent::TypeToString()
|
||||
// Try to remove inline
|
||||
const char *GCEvent::TypeToString()
|
||||
{
|
||||
switch (m_type)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue