From aeb835a18c8df347e0ed68fb24631b320abeb611 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 9 Oct 2015 13:44:10 +0100 Subject: Logging improvements to allow prettier displays in the server GUI. --- src/lib/null_log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/null_log.h') diff --git a/src/lib/null_log.h b/src/lib/null_log.h index 304c5ec1c..6e29ad3ab 100644 --- a/src/lib/null_log.h +++ b/src/lib/null_log.h @@ -27,5 +27,5 @@ public: } private: - void do_log (std::string) {} + void do_log (boost::shared_ptr) {} }; -- cgit v1.2.3