Fix build.

This commit is contained in:
Nikolai Kochetov 2020-04-30 14:33:27 +03:00
parent 19dadb8c2d
commit 62e9be7ba8

View File

@ -18,8 +18,6 @@ public:
const Block & output_header, const Block & output_header,
bool have_all_inputs_); bool have_all_inputs_);
virtual ~IMergingTransformBase() = default;
OutputPort & getOutputPort() { return outputs.front(); } OutputPort & getOutputPort() { return outputs.front(); }
/// Methods to add additional input port. It is possible to do only before the first call of `prepare`. /// Methods to add additional input port. It is possible to do only before the first call of `prepare`.