X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FTermlib%2FtelnetServer.cc;h=c9aeb7f4e4bfa2be74115a48ae5e26f7bfecb5dd;hb=368058ef8f5eb65ea7e210351af25f49ddd0f342;hp=3c5c9fdf2e0c0504d80ee16b623cf61f95df8337;hpb=27d5a4aaebd8abb6c6bb842af3c170063b206f0f;p=senf.git diff --git a/Utils/Termlib/telnetServer.cc b/Utils/Termlib/telnetServer.cc index 3c5c9fd..c9aeb7f 100644 --- a/Utils/Termlib/telnetServer.cc +++ b/Utils/Termlib/telnetServer.cc @@ -80,7 +80,7 @@ namespace { delete this; } - virtual void executeLine(std::string const & text) + void executeLine(std::string const & text) { SENF_LOG(("Execute line: " << text)); editor_.show();