Skip to content

Commit

Permalink
Add required virtual destructor.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-kristjansson committed Dec 4, 2012
1 parent fbfd910 commit 6b6fd87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mythtv/libs/libmythtv/recorders/streamhandler.h
Expand Up @@ -28,6 +28,7 @@ class PIDInfo
PIDInfo(uint pid, uint stream_type, int pes_type) :
_pid(pid), filter_fd(-1),
streamType(stream_type), pesType(pes_type) {;}
virtual ~PIDInfo() {;}

virtual bool Open(const QString &dev, bool use_section_reader)
{ return false; }
Expand Down

0 comments on commit 6b6fd87

Please sign in to comment.