mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-16 08:52:40 +01:00
Codechange: explicitly initialise member variables of Windows
This commit is contained in:
@@ -194,7 +194,7 @@ static WindowDesc _bootstrap_query_desc(
|
||||
|
||||
/** The window for the query. It can't use the generic query window as that uses sprites that don't exist yet. */
|
||||
class BootstrapAskForDownloadWindow : public Window, ContentCallback {
|
||||
Dimension button_size; ///< The dimension of the button
|
||||
Dimension button_size{}; ///< The dimension of the button
|
||||
|
||||
public:
|
||||
/** Start listening to the content client events. */
|
||||
|
||||
Reference in New Issue
Block a user