From 39367b5c05a8901b3d8cff8bbf664418268e652c Mon Sep 17 00:00:00 2001 From: Jagger Yu Date: Mon, 30 Dec 2024 19:22:14 +0800 Subject: [PATCH] Fix typo in XR.hpp (#1473) --- worker/include/RTC/RTCP/XR.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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