Skip to content

Commit

Permalink
Remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
malaterre committed Aug 30, 2022
1 parent 070bd44 commit 9684488
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ static bool IsTagEmpty(const DataSet &ds, const T1 &path, const T2 &pt) {
} // namespace gdcm

struct TestCleaner4Impl {
virtual ~TestCleaner4Impl() {}
virtual bool check_before(gdcm::DataSet &ds) = 0;
virtual bool check_after(gdcm::DataSet &ds, bool preservePatientName) = 0;
int run(std::string const &filename, std::string const &outfilename,
Expand Down

0 comments on commit 9684488

Please sign in to comment.