sources/interface.h

branch
experimental
changeset 39
052393cf9016
parent 38
80b26bc9707a
child 40
cf85b5f77541
--- 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;
 };

mercurial