From 1d580ed36893b24b618ff1e6f9023e497c62498c Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 19 Oct 2008 16:03:56 +0000 Subject: on-screen notifications --- src/core/application.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/application.cc') diff --git a/src/core/application.cc b/src/core/application.cc index 71d739f..09e900d 100644 --- a/src/core/application.cc +++ b/src/core/application.cc @@ -518,7 +518,7 @@ void Application::load_commandline(int count, char **arguments) cmd() << '\n'; } -void Application::notify_message(Message::Channel const channel, std::string const message) +void Application::notify_message(const core::Message::Channel channel, const std::string &message) { con_print << message << std::endl; } -- cgit v1.2.3