diff options
| author | Loic Blot <loic.blot@unix-experience.fr> | 2018-04-04 07:42:40 +0200 |
|---|---|---|
| committer | Loic Blot <loic.blot@unix-experience.fr> | 2018-04-04 07:42:40 +0200 |
| commit | 8e0b80aa369df7d1142053f077df928106c6ce8c (patch) | |
| tree | 7f12869eef1a18364be9d8db67e01d060bc11d60 /src/content_cao.h | |
| parent | a90d27e1e23fa1c369c05a4d9c6083aa86ef7f52 (diff) | |
| download | minetest-8e0b80aa369df7d1142053f077df928106c6ce8c.tar.xz | |
Fix last performance-type-promotion-in-math-fn problems
Diffstat (limited to 'src/content_cao.h')
| -rw-r--r-- | src/content_cao.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content_cao.h b/src/content_cao.h index 7e946efb7..a93df664a 100644 --- a/src/content_cao.h +++ b/src/content_cao.h @@ -199,7 +199,7 @@ public: // std::string copy is mandatory as mod can be a class member and there is a swap // on those class members - void updateTextures(std::string mod); + void updateTextures(const std::string &mod); void updateAnimation(); |
