(svn r13005) -Codechange: prepare AllocateWindowDescFront for subclassing of Window.
This commit is contained in:
@@ -197,5 +197,5 @@ static const WindowDesc _subsidies_list_desc = {
|
||||
|
||||
void ShowSubsidiesList()
|
||||
{
|
||||
AllocateWindowDescFront(&_subsidies_list_desc, 0);
|
||||
AllocateWindowDescFront<Window>(&_subsidies_list_desc, 0);
|
||||
}
|
||||
|
Reference in New Issue
Block a user