]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/gui/guiFormSpecMenu.h
Replace all uses of core::list with std::list (#12313)
[dragonfireclient.git] / src / gui / guiFormSpecMenu.h
index 3fedb3b78cd550438a6a8bf9cc5b355c90d6ee95..a584456db23c680b7fe6264b66592fb5ef508c5b 100644 (file)
@@ -212,7 +212,7 @@ class GUIFormSpecMenu : public GUIModalMenu
                m_lockscreensize = basescreensize;
        }
 
-       void removeChildren();
+       void removeTooltip();
        void setInitialFocus();
 
        void setFocus(const std::string &elementname)
@@ -467,7 +467,7 @@ class GUIFormSpecMenu : public GUIModalMenu
         * 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;