[vlc-commits] Skins2: fix compilation

Jean-Baptiste Kempf git at videolan.org
Wed Jan 19 23:17:46 CET 2011


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Jan 19 23:15:33 2011 +0100| [d6a6e466bd5ed7a77b5936a71977c6ca51a908fd] | committer: Jean-Baptiste Kempf

Skins2: fix compilation

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d6a6e466bd5ed7a77b5936a71977c6ca51a908fd
---

 modules/gui/skins2/parser/xmlparser.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/gui/skins2/parser/xmlparser.cpp b/modules/gui/skins2/parser/xmlparser.cpp
index c23f628..e51ea86 100644
--- a/modules/gui/skins2/parser/xmlparser.cpp
+++ b/modules/gui/skins2/parser/xmlparser.cpp
@@ -133,6 +133,7 @@ void XMLParser::LoadCatalog()
 bool XMLParser::parse()
 {
     int type;
+    int ret;
 
     if( !m_pReader ) return false;
 



More information about the vlc-commits mailing list