diff options
Diffstat (limited to 'src/DatabaseGlue.hxx')
-rw-r--r-- | src/DatabaseGlue.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DatabaseGlue.hxx b/src/DatabaseGlue.hxx index ea26f3242..e321e0ba8 100644 --- a/src/DatabaseGlue.hxx +++ b/src/DatabaseGlue.hxx @@ -32,7 +32,7 @@ class Database; * @param param the database configuration block */ bool -DatabaseGlobalInit(const config_param *param, GError **error_r); +DatabaseGlobalInit(const config_param ¶m, GError **error_r); void DatabaseGlobalDeinit(void); |