ZMQImagePuller: fix reference to virtual function in constructor

This commit is contained in:
2026-04-29 13:37:04 +02:00
parent 03a7297cab
commit a77e750be6
+1 -1
View File
@@ -27,7 +27,7 @@ ZMQImagePuller::ZMQImagePuller(const std::string &in_addr,
}
ZMQImagePuller::~ZMQImagePuller() {
Disconnect();
ZMQImagePuller::Disconnect();
}
void ZMQImagePuller::Disconnect() {