From: Michael Schroeder Date: Wed, 28 Mar 2012 14:47:49 +0000 (+0200) Subject: also fix lookupNumAttribute declaration X-Git-Tag: 11.4.0~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=31b57109122df7bb327ba410d3c40d316e308cf7;p=platform%2Fupstream%2Flibzypp.git also fix lookupNumAttribute declaration --- diff --git a/zypp/sat/Solvable.h b/zypp/sat/Solvable.h index 33a81c8..0e71c5e 100644 --- a/zypp/sat/Solvable.h +++ b/zypp/sat/Solvable.h @@ -121,7 +121,7 @@ namespace zypp * returns the numeric attribute value for \ref attr * or 0 if it does not exists. */ - unsigned lookupNumAttribute( const SolvAttr & attr ) const; + unsigned long long lookupNumAttribute( const SolvAttr & attr ) const; /** * returns the boolean attribute value for \ref attr