--- a/sources/interface.h Mon Dec 15 10:31:52 2014 +0200 +++ b/sources/interface.h Mon Dec 15 10:51:56 2014 +0200 @@ -41,5 +41,5 @@ FUNCTION update_statusbar() -> void; FUNCTION connect (String address, String password) -> void; FUNCTION need_refresh() -> void; - FUNCTION tab_complete (const String& part, const String& complete) -> void; + FUNCTION tab_complete (const String& part, String complete) -> void; };