mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Update IProcessor.h
This commit is contained in:
parent
2b052a44d9
commit
718e4bcdf8
@ -235,7 +235,7 @@ public:
|
||||
|
||||
/// Additional method which is called in case if ports were updated while work() method.
|
||||
/// May be used to stop execution in rare cases.
|
||||
virtual void onUpdatePorts() {};
|
||||
virtual void onUpdatePorts() {}
|
||||
|
||||
virtual ~IProcessor() = default;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user