From 8a83107ee741390156ea023061c942fc824fc93a Mon Sep 17 00:00:00 2001 From: Kevin Matz Date: Thu, 8 Dec 2022 17:52:24 -0500 Subject: [PATCH] follow rename in base class --- protocol/esta/sacn/arbitratinguniverse.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/esta/sacn/arbitratinguniverse.h b/protocol/esta/sacn/arbitratinguniverse.h index c1c4151..0402831 100644 --- a/protocol/esta/sacn/arbitratinguniverse.h +++ b/protocol/esta/sacn/arbitratinguniverse.h @@ -72,7 +72,7 @@ public: virtual uint8_t status() override; std::shared_ptr metadata() override; - void setProvenance(std::shared_ptr) override {}; + void setMetadata(std::shared_ptr) override {}; bool isSyncronized() override; void synchronize(uint8_t = 0) override;