diff options
Diffstat (limited to 'video/video-widget.hpp')
-rw-r--r-- | video/video-widget.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/video/video-widget.hpp b/video/video-widget.hpp index bb218c69..461258f7 100644 --- a/video/video-widget.hpp +++ b/video/video-widget.hpp @@ -31,7 +31,7 @@ struct OTR_VIDEO_EXPORT video_widget : QWidget void draw_image(); protected: - mutable QMutex mtx { QMutex::NonRecursive }; + mutable QMutex mtx; QImage texture; std::vector<unsigned char> vec; bool fresh() const; |