From 118e2ae865bd7a0020586ef72d05bf14d66f4eae Mon Sep 17 00:00:00 2001 From: Sfan5 Date: Tue, 15 Apr 2014 19:49:32 +0200 Subject: Fix all warnings reported by clang --- src/game.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game.cpp') diff --git a/src/game.cpp b/src/game.cpp index 2e8d3761d..1ad06acb1 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -132,7 +132,7 @@ struct LocalFormspecHandler : public TextDest m_client = client; } - void gotText(std::string message) { + void gotText(std::wstring message) { errorstream << "LocalFormspecHandler::gotText old style message received" << std::endl; } -- cgit v1.2.3