X-Git-Url: http://g0dil.de/git?p=senf.git;a=blobdiff_plain;f=senf%2FUtils%2FConsole%2FProgramOptions.hh;fp=senf%2FUtils%2FConsole%2FProgramOptions.hh;h=1a69357486333a963f9eb781d83a004fb8058966;hp=f5e1c9db0f2843bd15458a0e313cb04744f683bd;hb=74febc7a9abc84c4939269b3443d15fc27f4e960;hpb=9de1568365b7ac411b84da000e18516d9c3b3293 diff --git a/senf/Utils/Console/ProgramOptions.hh b/senf/Utils/Console/ProgramOptions.hh index f5e1c9d..1a69357 100644 --- a/senf/Utils/Console/ProgramOptions.hh +++ b/senf/Utils/Console/ProgramOptions.hh @@ -77,7 +77,7 @@ namespace console { ///\name Structors and default members //\{ - ProgramOptions(int argc, char const ** argv, DirectoryNode & root = root()); + ProgramOptions(int argc, char const ** argv, DirectoryNode & root = senf::console::root()); ///< Create ProgramOptions parser for given options /**< The given argc/argv values are those passed to main by the operating system. Especially argv[0] is \e not an @@ -118,7 +118,7 @@ namespace console { \related ProgramOptions */ - void parseOptions(int argc, char const ** argv, DirectoryNode & root = root()); + void parseOptions(int argc, char const ** argv, DirectoryNode & root = senf::console::root()); /** \brief ConfigBundle source reading command line options