Add missing explicit template instantiations of get_repos.
authorMichael Andres <ma@suse.de>
Thu, 10 Nov 2011 13:31:35 +0000 (14:31 +0100)
committerMichael Andres <ma@suse.de>
Thu, 10 Nov 2011 13:31:35 +0000 (14:31 +0100)
src/repos.cc

index c13c9fd..f6dd8a9 100644 (file)
@@ -489,6 +489,9 @@ void get_repos(Zypper & zypper,
   }
 }
 
+// Explicit instantiations required for other translation units:
+template void get_repos(Zypper &, const list<string>::const_iterator &, const list<string>::const_iterator &, list<RepoInfo> &, list<string> & );
+
 // ---------------------------------------------------------------------------
 
 /**