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 f5869167..ebee50d3 100644
--- a/src/resources/image.h
+++ b/src/resources/image.h
@@ -73,7 +73,7 @@ class Image : public Resource
* @return <code>NULL</code> if the an error occurred, a valid pointer
* otherwise.
*/
- static Image *load(const char* buffer, unsigned int bufferSize);
+ static Image *load(void* buffer, unsigned int bufferSize);
/**
* Creates a new empty image with given height and width.