Commit b8258c78 authored by Rémi Duraffort's avatar Rémi Duraffort

skins2: fix wrong qualifier (cid #1049814)

parent eee0caf1
...@@ -67,7 +67,7 @@ public: ...@@ -67,7 +67,7 @@ public:
void detachVoutWindow( ); void detachVoutWindow( );
// Get TopWindow associated with the video control // Get TopWindow associated with the video control
virtual TopWindow* getWindow() { return CtrlGeneric::getWindow(); } virtual TopWindow* getWindow() const { return CtrlGeneric::getWindow(); }
// Get the VoutWindow associated with the video control // Get the VoutWindow associated with the video control
virtual VoutWindow* getVoutWindow() { return m_pVoutWindow; } virtual VoutWindow* getVoutWindow() { return m_pVoutWindow; }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment