Skip to content

Commit

Permalink
Fix weird build error with gcc10+ (#576)
Browse files Browse the repository at this point in the history
  • Loading branch information
snehring authored Apr 19, 2022
1 parent 69517b0 commit a3564e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/align/align.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ namespace ExtensionPipeline {
QueryMapper(query_id, begin, end, cfg)
{}
virtual void run(Statistics &stat) override;
virtual ~Pipeline() {}
};
}
namespace BandedSwipe {
Expand All @@ -72,4 +71,4 @@ namespace ExtensionPipeline {
DpStat &dp_stat;
};
}
}
}

0 comments on commit a3564e3

Please sign in to comment.