aboutsummaryrefslogtreecommitdiffstats
path: root/yage/core/texturecache.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'yage/core/texturecache.cpp')
-rw-r--r--yage/core/texturecache.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/yage/core/texturecache.cpp b/yage/core/texturecache.cpp
index 5f78a37e..a9ff169c 100644
--- a/yage/core/texturecache.cpp
+++ b/yage/core/texturecache.cpp
@@ -14,7 +14,7 @@
namespace yage
{
-Texture TextureCache::getTexture(const std::string &texture_path, int x, int y)
+Texture TextureCache::getTexture(std::string const &texture_path, int x, int y)
{
auto itr = texture_map_.find(texture_path);