Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Commit

Permalink
Minor fix to pass clang compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
x-chen committed Nov 13, 2017
1 parent 41c308b commit b0e6523
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/c++/lib/htsapi/bam_streamer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
#include <sstream>


stream_state_reporter::
~stream_state_reporter(){}


bam_streamer::
bam_streamer(
Expand Down
2 changes: 2 additions & 0 deletions src/c++/lib/htsapi/bam_streamer.hh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
struct stream_state_reporter
{
virtual void report_state(std::ostream& /*os*/) const {}

virtual ~stream_state_reporter();
};


Expand Down

0 comments on commit b0e6523

Please sign in to comment.