mirror of
https://github.com/luanti-org/luanti.git
synced 2025-12-25 07:45:27 +01:00
Fix all warnings reported by clang
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user