warning--

SVN revision: 46078
This commit is contained in:
Vincent Torri 2010-02-11 15:22:41 +00:00
parent c487a6aa70
commit f8e1057fc0
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ eina_mempool_init(void)
_modules = eina_module_arch_list_get(_modules, path, MODULE_ARCH);
if (path) free(path);
path = eina_module_symbol_path_get(eina_init, "/eina/modules/mp");
path = eina_module_symbol_path_get((const void *)eina_init, "/eina/modules/mp");
_modules = eina_module_arch_list_get(_modules, path, MODULE_ARCH);
if (path) free(path);