DatabasePlugin: add interface DatabaseListener
Allow database plugins to announce that they have been modified.
This commit is contained in:
@@ -186,7 +186,7 @@ glue_db_init_and_load(void)
|
||||
return true;
|
||||
|
||||
Error error;
|
||||
if (!DatabaseGlobalInit(*param, error))
|
||||
if (!DatabaseGlobalInit(*main_loop, *instance, *param, error))
|
||||
FatalError(error);
|
||||
|
||||
delete allocated;
|
||||
|
Reference in New Issue
Block a user