From 80930fae7f43b9018483452f078b6e4e8a3790bb Mon Sep 17 00:00:00 2001 From: Michael Andres Date: Thu, 10 Nov 2011 14:31:35 +0100 Subject: [PATCH] Add missing explicit template instantiations of get_repos. --- src/repos.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/repos.cc b/src/repos.cc index c13c9fd..f6dd8a9 100644 --- a/src/repos.cc +++ b/src/repos.cc @@ -489,6 +489,9 @@ void get_repos(Zypper & zypper, } } +// Explicit instantiations required for other translation units: +template void get_repos(Zypper &, const list::const_iterator &, const list::const_iterator &, list &, list & ); + // --------------------------------------------------------------------------- /** -- 2.7.4