aboutsummaryrefslogtreecommitdiffstats
path: root/yage/core/texturecache.h
diff options
context:
space:
mode:
Diffstat (limited to 'yage/core/texturecache.h')
-rw-r--r--yage/core/texturecache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/yage/core/texturecache.h b/yage/core/texturecache.h
index 45cc0a9d..1a0b3e0d 100644
--- a/yage/core/texturecache.h
+++ b/yage/core/texturecache.h
@@ -24,7 +24,7 @@ private:
public:
TextureCache() = default;
- Texture getTexture(const std::string &texture_path, int x = 1, int y = 1);
+ Texture getTexture(std::string const &texture_path, int x = 1, int y = 1);
};
} // namespace yage