Utils/Console: Replace Readline with LineEditor
[senf.git] / Utils / Termlib / telnetServer.cc
index 3c5c9fd..c9aeb7f 100644 (file)
@@ -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();