mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +02:00
Replace all uses of core::list with std::list (#12313)
This commit is contained in:
@@ -212,7 +212,7 @@ public:
|
||||
m_lockscreensize = basescreensize;
|
||||
}
|
||||
|
||||
void removeChildren();
|
||||
void removeTooltip();
|
||||
void setInitialFocus();
|
||||
|
||||
void setFocus(const std::string &elementname)
|
||||
@@ -467,7 +467,7 @@ private:
|
||||
* types were drawn before others.
|
||||
* This function sorts the elements in the old order for backwards compatibility.
|
||||
*/
|
||||
void legacySortElements(core::list<IGUIElement *>::Iterator from);
|
||||
void legacySortElements(std::list<IGUIElement *>::iterator from);
|
||||
|
||||
int m_btn_height;
|
||||
gui::IGUIFont *m_font = nullptr;
|
||||
|
Reference in New Issue
Block a user