Skip to content

Commit

Permalink
fix virtual ~
Browse files Browse the repository at this point in the history
  • Loading branch information
sameeul committed Oct 27, 2023
1 parent fecfe14 commit 710e339
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/nyx/output_writers.h
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ class ApacheArrowWriter

virtual arrow::Status close () = 0;

virtual ~ApacheArrowWriter() = default;

};

/**
Expand Down

0 comments on commit 710e339

Please sign in to comment.