mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-17 11:39:11 +00:00
(svn r13005) -Codechange: prepare AllocateWindowDescFront for subclassing of Window.
This commit is contained in:
@@ -126,5 +126,5 @@ static const WindowDesc _transparency_desc = {
|
||||
|
||||
void ShowTransparencyToolbar(void)
|
||||
{
|
||||
AllocateWindowDescFront(&_transparency_desc, 0);
|
||||
AllocateWindowDescFront<Window>(&_transparency_desc, 0);
|
||||
}
|
||||
|
Reference in New Issue
Block a user