Skip to content

Commit

Permalink
parse_conf.cc: reordered initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz authored and franku committed Oct 10, 2018
1 parent 789fade commit 566dd2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/lib/parse_conf.cc
Expand Up @@ -100,8 +100,8 @@ ConfigurationParser::ConfigurationParser()
, res_head_(nullptr)
, use_config_include_dir_ (false)
, SaveResourceCb_(nullptr)
, ParseConfigReadyCb_(nullptr)
, DumpResourceCb_(nullptr)
, ParseConfigReadyCb_(nullptr)
, FreeResourceCb_(nullptr) {
return;
}
Expand Down

0 comments on commit 566dd2f

Please sign in to comment.