summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/ScreenSharing/Image.cpp')
-rw-r--r--Swiften/ScreenSharing/Image.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swiften/ScreenSharing/Image.cpp b/Swiften/ScreenSharing/Image.cpp
index c3acd69..d807c58 100644
--- a/Swiften/ScreenSharing/Image.cpp
+++ b/Swiften/ScreenSharing/Image.cpp
@@ -8,7 +8,7 @@
namespace Swift {
-Image::Image(int width, int height, uint8_t* rgb24data)
+Image::Image(int width, int height, const uint8_t* rgb24data)
: width(width), height(height)
{
int len = width * height * 3;