Fixed compilation with sanitizer (#17175)

This commit is contained in:
Ilya Lavrenov 2023-04-25 00:44:16 +04:00 committed by GitHub
parent f39ab0dbc9
commit 83cc2277b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,7 @@ public:
virtual std::vector<std::string> getDataFileExtensions() const = 0;
protected:
~IReader() = default;
virtual ~IReader() = default;
};
/**