mirror of https://github.com/OpenTTD/OpenTTD
(svn r17377) -Fix (r17365): MSVC complains about struct<>class difference
parent
9ceee42430
commit
b7f7dd77bf
|
@ -172,7 +172,7 @@ enum SizingType {
|
||||||
|
|
||||||
/* Forward declarations. */
|
/* Forward declarations. */
|
||||||
class NWidgetCore;
|
class NWidgetCore;
|
||||||
struct Scrollbar;
|
class Scrollbar;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Baseclass for nested widgets.
|
* Baseclass for nested widgets.
|
||||||
|
|
Loading…
Reference in New Issue