1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-23 04:45:24 +02:00

Replace all uses of core::list with std::list (#12313)

This commit is contained in:
paradust7
2022-05-21 15:11:59 -07:00
committed by GitHub
parent 2742fef458
commit 9f338f5a56
16 changed files with 36 additions and 148 deletions

View File

@@ -31,9 +31,7 @@ public:
GUIPasswordChange(gui::IGUIEnvironment *env, gui::IGUIElement *parent, s32 id,
IMenuManager *menumgr, Client *client,
ISimpleTextureSource *tsrc);
~GUIPasswordChange();
void removeChildren();
/*
Remove and re-add (or reposition) stuff
*/