--- a/sources/interface.h Wed Jan 27 19:28:18 2021 +0200 +++ b/sources/interface.h Wed Jan 27 19:32:55 2021 +0200 @@ -78,7 +78,7 @@ bool m_needOutputRender; bool m_needNicklistRender; struct { char ch; int x; } m_cursorCharacter; - Vector<ColoredLine> m_outputLines; + std::vector<ColoredLine> m_outputLines; int m_outputScroll; std::string m_title; InputState m_inputState;