zeroconf/avahi/Helper: make class SharedAvahiClient final

This commit is contained in:
Max Kellermann 2021-02-24 15:08:52 +01:00
parent 975d5be046
commit d89856f77b
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
#include <avahi-common/domain.h>
class SharedAvahiClient : public Avahi::ErrorHandler {
class SharedAvahiClient final : public Avahi::ErrorHandler {
public:
Avahi::Client client;