summaryrefslogtreecommitdiff
path: root/src/resources/imageloader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/imageloader.h')
-rw-r--r--src/resources/imageloader.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/resources/imageloader.h b/src/resources/imageloader.h
index 2695b99c..1d6c9ae4 100644
--- a/src/resources/imageloader.h
+++ b/src/resources/imageloader.h
@@ -1,9 +1,8 @@
/*
- * Aethyra
+ * The Mana World
* Copyright (C) 2007 The Mana World Development Team
*
- * This file is part of Aethyra based on original code
- * from The Mana World.
+ * This file is part of The Mana World.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -62,7 +61,8 @@ class ProxyImage : public gcn::Image
class ImageLoader : public gcn::ImageLoader
{
public:
- gcn::Image *load(std::string const &filename, bool convertToDisplayFormat);
+ gcn::Image *load(const std::string &filename,
+ bool convertToDisplayFormat);
};
#endif