From 65249ae3c53ca5d169ac83a80935a5ef18b9a6df Mon Sep 17 00:00:00 2001 From: mtk <mtk@wiback.org> Date: Thu, 6 Aug 2009 12:44:18 +0000 Subject: [PATCH] docu fix --- Utils/Console/Node.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utils/Console/Node.hh b/Utils/Console/Node.hh index e96ea8e63..bfccb7aa7 100644 --- a/Utils/Console/Node.hh +++ b/Utils/Console/Node.hh @@ -75,7 +75,7 @@ // Add a new directory to the root and document it. All the mutators return the node object // itself so operations can be chained. - senf::console::DirectoryNode & mydir ( + senf::console::DirectoryNode & mydir ( senf::console::root() .mkdir("myserver") .doc("My server specific directory")); -- GitLab