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

DCP: fix build

parent b8e2c28e
......@@ -112,7 +112,6 @@ public:
XmlFile( demux_t * p_demux, string s_path):
p_demux(p_demux), s_path(s_path),
p_stream(NULL),
p_xml(NULL),
p_xmlReader(NULL) {}
virtual ~XmlFile( );
......
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