docu fix
mtk [Thu, 6 Aug 2009 12:44:18 +0000 (12:44 +0000)]
git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1285 270642c3-0616-0410-b53a-bc976706d245

Utils/Console/Node.hh

index e96ea8e..bfccb7a 100644 (file)
@@ -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"));