diff --git a/worker/include/RTC/RTCP/XR.hpp b/worker/include/RTC/RTCP/XR.hpp index efdfb3a64a..0e76bc632f 100644 --- a/worker/include/RTC/RTCP/XR.hpp +++ b/worker/include/RTC/RTCP/XR.hpp @@ -72,7 +72,7 @@ namespace RTC CommonHeader* header{ nullptr }; private: - uint8_t raw[Packet::CommonHeaderSize] = { 0 }; + uint8_t raw[CommonHeaderSize] = { 0 }; }; class ExtendedReportPacket : public Packet