Skip to content

Commit

Permalink
DCP: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
jbkempf committed Jul 3, 2015
1 parent b8e2c28 commit c44b3d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/access/dcp/dcpparser.h
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ class XmlFile
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( );
Expand Down

0 comments on commit c44b3d3

Please sign in to comment.