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

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
frosch 12 years ago
parent 1fc375d0f6
commit c9bcc42aa6

@ -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);

Loading…
Cancel
Save