mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-16 08:52:40 +01:00
Codechange: remove ZeroedMemoryAllocator from NWidgetBase
This commit is contained in:
@@ -343,7 +343,7 @@ public:
|
||||
|
||||
private:
|
||||
int current_index = -1;
|
||||
std::vector<SocialIntegrationPlugin *> plugins;
|
||||
std::vector<SocialIntegrationPlugin *> plugins{};
|
||||
};
|
||||
|
||||
/** Construct nested container widget for managing the list of social plugins. */
|
||||
|
||||
Reference in New Issue
Block a user