Revert final keywords for PcapSource and reader/writer backends

This commit is contained in:
Tim Wojtulewicz 2020-04-08 11:35:18 -07:00
parent 485d9d5458
commit 06bb478552
10 changed files with 10 additions and 10 deletions

View file

@ -13,7 +13,7 @@ extern "C" {
namespace iosource {
namespace pcap {
class PcapSource final : public iosource::PktSrc {
class PcapSource : public iosource::PktSrc {
public:
PcapSource(const std::string& path, bool is_live);
~PcapSource() override;