Codechange: remove ZeroedMemoryAllocator from NWidgetBase

This commit is contained in:
Rubidium
2025-02-22 12:07:17 +01:00
committed by rubidium42
parent bb4ac915ff
commit 5cee804f98
8 changed files with 88 additions and 115 deletions

View File

@@ -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. */