From: mtk Date: Thu, 6 Aug 2009 12:44:18 +0000 (+0000) Subject: docu fix X-Git-Url: http://g0dil.de/git?a=commitdiff_plain;h=724c67ba71f9a232b53a4508ef3ab8575be29514;p=senf.git docu fix git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1285 270642c3-0616-0410-b53a-bc976706d245 --- diff --git a/Utils/Console/Node.hh b/Utils/Console/Node.hh index e96ea8e..bfccb7a 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"));