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