mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-17 08:18:07 -04:00
fix: add missing dtor overrides
This commit is contained in:
parent
5e959c9cd9
commit
e8bca0184d
@ -43,7 +43,7 @@ class fragment_chunkable : public chunkable {
|
||||
fragment_chunkable(inode const& ino, single_inode_fragment& frag,
|
||||
file_off_t offset, mmif& mm,
|
||||
categorizer_manager const* catmgr);
|
||||
~fragment_chunkable();
|
||||
~fragment_chunkable() override;
|
||||
|
||||
file const* get_file() const override;
|
||||
size_t size() const override;
|
||||
|
@ -39,7 +39,7 @@ namespace writer {
|
||||
class rule_based_entry_filter : public entry_filter {
|
||||
public:
|
||||
rule_based_entry_filter(logger& lgr, std::shared_ptr<file_access const> fa);
|
||||
~rule_based_entry_filter();
|
||||
~rule_based_entry_filter() override;
|
||||
|
||||
void set_root_path(std::filesystem::path const& path) {
|
||||
impl_->set_root_path(path);
|
||||
|
Loading…
x
Reference in New Issue
Block a user