Fix build for macOS.

This commit is contained in:
John Preston 2020-01-07 17:30:49 +03:00
parent b5b520ab66
commit 63090fb75f

View File

@ -104,10 +104,14 @@ private:
Streaming::Instance _instance;
PipPanel _panel;
QSize _size;
FnMut<void()> _closeAndContinue;
FnMut<void()> _destroy;
QImage _frameForDirectPaint;
#ifdef USE_OPENGL_OVERLAY_WIDGET
mutable QImage _frameForDirectPaint;
#endif // USE_OPENGL_OVERLAY_WIDGET
mutable QImage _preparedCoverStorage;
mutable FrameRequest _preparedCoverRequest;