X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FStatistics.cci;h=3b9ed9b1f22a5dbf810a61f0486017bb855559f8;hb=c6fb7bc1210f26501d95064eb8e6399a881f884e;hp=27c953dcdbc7c94f358dfcf950008a993975f707;hpb=21be434729b552e31b856b2f42fc978062d0dd55;p=senf.git diff --git a/senf/Utils/Statistics.cci b/senf/Utils/Statistics.cci index 27c953d..3b9ed9b 100644 --- a/senf/Utils/Statistics.cci +++ b/senf/Utils/Statistics.cci @@ -1,6 +1,6 @@ // $Id$ // -// Copyright (C) 2008 +// Copyright (C) 2008 // Fraunhofer Institute for Open Communication Systems (FOKUS) // Competence Center NETwork research (NET), St. Augustin, GERMANY // Stefan Bund @@ -67,7 +67,7 @@ prefix_ void senf::StatisticsBase::OutputEntry::initDir() { namespace fty = senf::console::factory; - dir.add("list", fty::Command(this,&OutputEntry::consoleList) + dir.add("list", fty::Command(&OutputEntry::consoleList, this) .doc("List all known connected targets. This list might not be complete.") ); }