From 35098936842767d66a047deb8bd6f8ccda11055d Mon Sep 17 00:00:00 2001 From: aggresss Date: Fri, 27 Dec 2024 20:02:11 +0800 Subject: [PATCH] Fix some typo --- 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