summaryrefslogtreecommitdiffhomepage
path: root/video/video-widget.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'video/video-widget.hpp')
-rw-r--r--video/video-widget.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/video-widget.hpp b/video/video-widget.hpp
index ab5d42d2..bb218c69 100644
--- a/video/video-widget.hpp
+++ b/video/video-widget.hpp
@@ -36,7 +36,7 @@ protected:
std::vector<unsigned char> vec;
bool fresh() const;
void set_fresh(bool x);
- void set_image(const unsigned char* src, int width, int height, unsigned stride, QImage::Format fmt);
+ void set_image(const unsigned char* src, int width, int height, int stride, QImage::Format fmt);
private:
void init_image_nolock();