Skip to content
Snippets Groups Projects
Commit 16b28dd4 authored by Christoph Lehmann's avatar Christoph Lehmann
Browse files

[App] filename added to config tree

parent a1e223ba
No related branches found
No related tags found
No related merge requests found
...@@ -114,6 +114,7 @@ int main(int argc, char *argv[]) ...@@ -114,6 +114,7 @@ int main(int argc, char *argv[])
// created inside this same scope! // created inside this same scope!
using Conf = BaseLib::ConfigTreeNew; using Conf = BaseLib::ConfigTreeNew;
Conf conf(project_config.get_child("OpenGeoSysProject"), Conf conf(project_config.get_child("OpenGeoSysProject"),
project_arg.getValue(),
Conf::onerror, Conf::onerror,
nonfatal_arg.getValue() ? Conf::onwarning : Conf::onerror); nonfatal_arg.getValue() ? Conf::onwarning : Conf::onerror);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment