Skip to content

Commit

Permalink
Fix some typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aggresss committed Dec 27, 2024
1 parent 39281d9 commit 3509893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker/include/RTC/RTCP/XR.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3509893

Please sign in to comment.