Fix Lint broken by b662a4577d692329b9ca83525e6039f2ddcd1ac1
[oweals/minetest.git] / src / content_cao.cpp
index 3aa3bad97094c95e883d73a440ca324fec6b22a3..2a4acd37344a4ff0ae092323e7998932ee864ffd 100644 (file)
@@ -1313,7 +1313,7 @@ void GenericCAO::updateTexturePos()
        }
 }
 
-void GenericCAO::updateTextures(const std::string &mod)
+void GenericCAO::updateTextures(std::string mod)
 {
        ITextureSource *tsrc = m_client->tsrc();