Update IProcessor.h

This commit is contained in:
alexey-milovidov 2020-04-12 22:01:02 +03:00 committed by GitHub
parent 2b052a44d9
commit 718e4bcdf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;