diff --git a/src/base_media_func.h b/src/base_media_func.h index dd0f4cc244..0bea235f39 100644 --- a/src/base_media_func.h +++ b/src/base_media_func.h @@ -403,5 +403,6 @@ template 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);