X-Git-Url: http://g0dil.de/git?p=senf.git;a=blobdiff_plain;f=senf%2FUtils%2FConsole%2FSysInfo.hh;fp=senf%2FUtils%2FConsole%2FSysInfo.hh;h=354aa829b5d66d8248eba81653176479352a45e7;hp=16970f09d0476c8922743add444554f9b8647f7a;hb=74febc7a9abc84c4939269b3443d15fc27f4e960;hpb=9de1568365b7ac411b84da000e18516d9c3b3293 diff --git a/senf/Utils/Console/SysInfo.hh b/senf/Utils/Console/SysInfo.hh index 16970f0..354aa82 100644 --- a/senf/Utils/Console/SysInfo.hh +++ b/senf/Utils/Console/SysInfo.hh @@ -46,11 +46,11 @@ namespace console { friend class singleton; using singleton::instance; - void addEntry(std::string const & descr, unsigned pos=-1); + void addEntry(std::string const & descr, int pos=-1); void dump(std::ostream & os) const; struct Proxy { - Proxy(std::string const & descr, unsigned pos=-1); + Proxy(std::string const & descr, int pos=-1); }; private: