ConfigData: move functions into the class

This commit is contained in:
Max Kellermann
2013-01-30 22:25:17 +01:00
parent d9ea3082fb
commit 6e47e79790
7 changed files with 37 additions and 38 deletions

View File

@@ -190,8 +190,7 @@ glue_db_init_and_load(void)
if (param == NULL && path != NULL) {
allocated = new config_param("database", path->line);
config_add_block_param(allocated, "path",
path->value, path->line);
allocated->AddBlockParam("path", path->value, path->line);
param = allocated;
}