Commit d89856f7 authored by Max Kellermann's avatar Max Kellermann

zeroconf/avahi/Helper: make class SharedAvahiClient final

parent 975d5be0
......@@ -28,7 +28,7 @@
#include <avahi-common/domain.h>
class SharedAvahiClient : public Avahi::ErrorHandler {
class SharedAvahiClient final : public Avahi::ErrorHandler {
public:
Avahi::Client client;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment