mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-22 07:41:16 +00:00
Add int return type to MxCore::GetId instead of relying on implicit function nonsense.
This commit is contained in:
parent
8827a6dab4
commit
f0ddc605ce
@ -30,7 +30,7 @@ class MxCore
|
|||||||
return !strcmp(name, MxCore::ClassName());
|
return !strcmp(name, MxCore::ClassName());
|
||||||
}
|
}
|
||||||
|
|
||||||
inline GetId()
|
inline int GetId()
|
||||||
{
|
{
|
||||||
return m_id;
|
return m_id;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user