fix to compile
authorMichael Andres <ma@suse.de>
Wed, 22 Oct 2008 12:29:54 +0000 (12:29 +0000)
committerMichael Andres <ma@suse.de>
Wed, 22 Oct 2008 12:29:54 +0000 (12:29 +0000)
zypp/sat/Pool.cc

index 867abf1..187f20d 100644 (file)
@@ -114,7 +114,7 @@ namespace zypp
         info.setEnabled( true );
         ret.setInfo( info );
         // indicate
-        ::pool_set_installed( ret.get() );
+        ::pool_set_installed( get(), ret.get() );
       }
       return ret;
     }