diff --git a/Scheduler/Console/Server.hh b/Scheduler/Console/Server.hh index ac86ca2c281a7004fbabe907261ce1a53887bc6c..0f98094254639c9b33bcf464d39d2f9872521b21 100644 --- a/Scheduler/Console/Server.hh +++ b/Scheduler/Console/Server.hh @@ -186,7 +186,7 @@ namespace console { void setNoninteractive(); void translate(std::string & data); - unsigned handleInput(std::string input, bool incremental = false); + size_t handleInput(std::string input, bool incremental = false); virtual void v_write(senf::log::time_type timestamp, std::string const & stream, std::string const & area, unsigned level, std::string const & message);