summaryrefslogtreecommitdiff
path: root/src/resources/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/image.h')
-rw-r--r--src/resources/image.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/image.h b/src/resources/image.h
index f91d2275..e2e240c3 100644
--- a/src/resources/image.h
+++ b/src/resources/image.h
@@ -71,7 +71,7 @@ class Image : public Resource
* @return <code>NULL</code> if an error occurred, a valid pointer
* otherwise.
*/
- static Resource *load(SDL_RWops *rw, Dye const &dye);
+ static Resource *load(SDL_RWops *rw, const Dye &dye);
/**
* Loads an image from an SDL surface.