Fix Lint broken by b662a4577d692329b9ca83525e6039f2ddcd1ac1
[oweals/minetest.git] / src / content_cao.cpp
index ac283da88c1c3bb88a8df2ba259a2854c27af45c..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();