(svn r24496) -Fix [FS#5276]: Make sure all template functions are instantiated by at least one compilation unit.

This commit is contained in:
frosch 2012-08-23 18:30:46 +00:00
parent 1fc375d0f6
commit c9bcc42aa6
1 changed files with 2 additions and 1 deletions

View File

@ -403,5 +403,6 @@ template <class Tbase_set>
template const set_type *repl_type::GetSet(int index); \
template const set_type *repl_type::GetUsedSet(); \
template bool repl_type::DetermineBestSet(); \
template set_type *repl_type::GetAvailableSets();
template set_type *repl_type::GetAvailableSets(); \
template const char *TryGetBaseSetFile(const ContentInfo *ci, bool md5sum, const set_type *s);