summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/ScreenSharing/Image.h')
-rw-r--r--Swiften/ScreenSharing/Image.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swiften/ScreenSharing/Image.h b/Swiften/ScreenSharing/Image.h
index 5cdf043..0e0151d 100644
--- a/Swiften/ScreenSharing/Image.h
+++ b/Swiften/ScreenSharing/Image.h
@@ -15,7 +15,7 @@ namespace Swift {
public:
typedef boost::shared_ptr<Image> ref;
- Image(int width, int height, uint8_t* rgb24data = 0);
+ Image(int width, int height, const uint8_t* rgb24data = 0);
int width;
int height;