File diff r19564:26af6ebf2980 → r19565:c047d5884fa1
src/base_media_func.h
Show inline comments
 
@@ -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);