Skip to content

Commit

Permalink
Fixes virtual destructor warning
Browse files Browse the repository at this point in the history
  • Loading branch information
pmelsted committed Sep 9, 2019
1 parent c4f0de2 commit ddd0fee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ProcessReads.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ class SequenceReader {
SequenceReader(const ProgramOptions& opt) :
readbatch_id(-1) {};
SequenceReader() : state(false), readbatch_id(-1) {};
virtual ~SequenceReader() {}
// SequenceReader(SequenceReader&& o);

virtual bool empty() = 0;
Expand Down

0 comments on commit ddd0fee

Please sign in to comment.