aboutsummaryrefslogtreecommitdiffstats
path: root/yage/core/imageloader.h
diff options
context:
space:
mode:
Diffstat (limited to 'yage/core/imageloader.h')
-rw-r--r--yage/core/imageloader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/yage/core/imageloader.h b/yage/core/imageloader.h
index f4c0d90d..0c78ae93 100644
--- a/yage/core/imageloader.h
+++ b/yage/core/imageloader.h
@@ -19,7 +19,7 @@ class Texture;
class ImageLoader
{
public:
- static Texture loadPng(const std::string &file_path);
+ static Texture loadPng(std::string const &file_path);
};
} // namespace yage