diff --git a/include/binary_file_packer.h b/include/binary_file_packer.h index bbc6f94..00c45ed 100644 --- a/include/binary_file_packer.h +++ b/include/binary_file_packer.h @@ -26,7 +26,7 @@ namespace Restool { class BinaryFilePacker { public: explicit BinaryFilePacker(const PackageParser &packageParser, const std::string &moduleName); - ~BinaryFilePacker(); + virtual ~BinaryFilePacker(); std::future CopyBinaryFileAsync(const std::vector &inputs); void StopCopy();