[vlc-commits] skins2: fix wrong qualifier (cid #1049814)
Rémi Duraffort
git at videolan.org
Sun Jul 14 12:04:09 CEST 2013
vlc/vlc-2.1 | branch: master | Rémi Duraffort <ivoire at videolan.org> | Sat Jul 13 23:28:40 2013 +0200| [c201d42576c2bcae3c9720a8f20acdf195e7e008] | committer: Jean-Baptiste Kempf
skins2: fix wrong qualifier (cid #1049814)
(cherry picked from commit b8258c78be63681bb726603cd761f018ee0f66c5)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.1.git/?a=commit;h=c201d42576c2bcae3c9720a8f20acdf195e7e008
---
modules/gui/skins2/controls/ctrl_video.hpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/gui/skins2/controls/ctrl_video.hpp b/modules/gui/skins2/controls/ctrl_video.hpp
index 03e34d9..93e23b0 100644
--- a/modules/gui/skins2/controls/ctrl_video.hpp
+++ b/modules/gui/skins2/controls/ctrl_video.hpp
@@ -67,7 +67,7 @@ public:
void detachVoutWindow( );
// 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
virtual VoutWindow* getVoutWindow() { return m_pVoutWindow; }
More information about the vlc-commits
mailing list