Changeset - r19565:c047d5884fa1
[Not reviewed]
master
0 1 0
frosch - 12 years ago 2012-08-23 18:30:46
frosch@openttd.org
(svn r24496) -Fix [FS#5276]: Make sure all template functions are instantiated by at least one compilation unit.
1 file changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
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);
 

	
0 comments (0 inline, 0 general)