--- 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<typename Signature> using Function = std::function<Signature>; -FUNCTION print_to_console (const String& a) -> void; +FUNCTION print_to_console (String a) -> void; FUNCTION request_exit() -> void; template<typename T> inline FUNCTION