fixed linux build
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401394
This commit is contained in:
parent
b8b6a1a2bd
commit
80452fb3ec
@ -1867,7 +1867,7 @@ void CPluginManager::RegisterNativesFromCore(sp_nativeinfo_t *natives)
|
|||||||
{
|
{
|
||||||
for (unsigned int i = 0; natives[i].func != NULL; i++)
|
for (unsigned int i = 0; natives[i].func != NULL; i++)
|
||||||
{
|
{
|
||||||
sm_trie_insert(m_pCoreNatives, natives[i].name, natives[i].func);
|
sm_trie_insert(m_pCoreNatives, natives[i].name, (void *)natives[i].func);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user