Commit d6a6e466 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Skins2: fix compilation

parent 59f0684a
...@@ -133,6 +133,7 @@ void XMLParser::LoadCatalog() ...@@ -133,6 +133,7 @@ void XMLParser::LoadCatalog()
bool XMLParser::parse() bool XMLParser::parse()
{ {
int type; int type;
int ret;
if( !m_pReader ) return false; if( !m_pReader ) return false;
......
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