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 031f6645..ed1e0905 100644
--- a/src/resources/image.h
+++ b/src/resources/image.h
@@ -77,7 +77,7 @@ class Image : public Resource
* @return <code>NULL</code> if the an error occurred, a
* valid pointer otherwise.
*/
- static Image *load(const char* buffer, const unsigned int bufferSize);
+ static Image *load(const char* buffer, unsigned int bufferSize);
/**
* Frees the resources created by SDL.