also fix lookupNumAttribute declaration
authorMichael Schroeder <mls@suse.de>
Wed, 28 Mar 2012 14:47:49 +0000 (16:47 +0200)
committerMichael Schroeder <mls@suse.de>
Wed, 28 Mar 2012 14:47:49 +0000 (16:47 +0200)
zypp/sat/Solvable.h

index 33a81c8..0e71c5e 100644 (file)
@@ -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