Default destructor in header
This commit is contained in:
parent
cc3bcf1dc2
commit
f107ef8aea
@ -185,7 +185,7 @@ class ValidFramesConsumer {
|
||||
public:
|
||||
explicit ValidFramesConsumer(MultiFrame &multiframe);
|
||||
|
||||
~ValidFramesConsumer();
|
||||
~ValidFramesConsumer() = default;
|
||||
ValidFramesConsumer(const ValidFramesConsumer &other) = delete; // copy constructor
|
||||
ValidFramesConsumer(ValidFramesConsumer &&other) noexcept = delete; // move constructor
|
||||
ValidFramesConsumer &operator=(const ValidFramesConsumer &other) = delete; // copy assignment
|
||||
|
Loading…
Reference in New Issue
Block a user