diff -r b5b5a6a96d91 -r ee770597a281 sources/basics.h --- a/sources/basics.h Mon Dec 15 03:09:26 2014 +0200 +++ b/sources/basics.h Mon Dec 15 04:01:58 2014 +0200 @@ -62,7 +62,7 @@ template using Function = std::function; -FUNCTION print_to_console (const String& a) -> void; +FUNCTION print_to_console (String a) -> void; FUNCTION request_exit() -> void; template inline FUNCTION