initialize baseclass SourceImpl correctly
authorKlaus Kaempf <kkaempf@suse.de>
Sat, 28 Jan 2006 10:47:04 +0000 (10:47 +0000)
committerKlaus Kaempf <kkaempf@suse.de>
Sat, 28 Jan 2006 10:47:04 +0000 (10:47 +0000)
testsuite/solver/src/helix/HelixSourceImpl.cc

index 395aac5..1353fb1 100644 (file)
@@ -38,6 +38,7 @@ using namespace zypp;
 //---------------------------------------------------------------------------
 
 HelixSourceImpl::HelixSourceImpl(media::MediaAccess::Ptr & media_r, const Pathname & path_r, const std::string & alias_r)
+    : SourceImpl (media_r, path_r, alias_r)
 {
     load (path_r.asString());
 }