DatabasePlugin: pass config_param reference

This commit is contained in:
Max Kellermann
2013-08-04 13:51:27 +02:00
parent bf6ed643e0
commit 65842cd99e
8 changed files with 17 additions and 17 deletions

View File

@@ -139,7 +139,7 @@ struct DatabasePlugin {
/**
* Allocates and configures a database.
*/
Database *(*create)(const struct config_param *param,
Database *(*create)(const config_param &param,
GError **error_r);
};