File diff r9142:8eefd8081b0a → r9143:e484ce861c88
src/subsidy_gui.cpp
Show inline comments
 
@@ -197,5 +197,5 @@ static const WindowDesc _subsidies_list_
 

	
 
void ShowSubsidiesList()
 
{
 
	AllocateWindowDescFront(&_subsidies_list_desc, 0);
 
	AllocateWindowDescFront<Window>(&_subsidies_list_desc, 0);
 
}