mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-07 11:17:46 +00:00
Build fix
This commit is contained in:
parent
90c553e0a8
commit
1659324118
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ namespace Core {
|
||||||
}
|
}
|
||||||
|
|
||||||
// return the actors name
|
// return the actors name
|
||||||
char * getName() const
|
char * getName()
|
||||||
{
|
{
|
||||||
return m_name;
|
return m_name;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue