aboutsummaryrefslogtreecommitdiffstats
path: root/yage/core/imageloader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'yage/core/imageloader.cpp')
-rw-r--r--yage/core/imageloader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/yage/core/imageloader.cpp b/yage/core/imageloader.cpp
index d3c978c1..fd458717 100644
--- a/yage/core/imageloader.cpp
+++ b/yage/core/imageloader.cpp
@@ -19,7 +19,7 @@
namespace yage
{
-Texture ImageLoader::loadPng(const std::string &file_path)
+Texture ImageLoader::loadPng(std::string const &file_path)
{
int width, height, num_channels;
yLogDebug << "Loading image from disk: " << file_path;