--- a/sources/interface.h Wed May 27 21:15:52 2015 +0300 +++ b/sources/interface.h Sat Jan 09 02:20:28 2016 +0200 @@ -81,7 +81,7 @@ Function<void (void)> DisconnectConfirmFunction = nullptr; IPAddress CurrentAddress; String StatusBarText; - List<ColoredLine> PlayerNames; + StringList PlayerNames; String PasteBuffer; RCONSession Session; @@ -105,4 +105,4 @@ void yank (int a, int b); int find_previous_word(); int find_next_word(); -}; \ No newline at end of file +};