mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-21 07:11: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());
|
||||
}
|
||||
|
||||
inline GetId()
|
||||
inline int GetId()
|
||||
{
|
||||
return m_id;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user