diff options
Diffstat (limited to 'src/DatabasePlugin.hxx')
-rw-r--r-- | src/DatabasePlugin.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DatabasePlugin.hxx b/src/DatabasePlugin.hxx index d7532ae0e..835244020 100644 --- a/src/DatabasePlugin.hxx +++ b/src/DatabasePlugin.hxx @@ -139,7 +139,7 @@ struct DatabasePlugin { /** * Allocates and configures a database. */ - Database *(*create)(const struct config_param *param, + Database *(*create)(const config_param ¶m, GError **error_r); }; |