Skip to content

Commit

Permalink
fix: template-id not allowed for destructor in c++20 (#1150)
Browse files Browse the repository at this point in the history
  • Loading branch information
o-u-p authored Sep 2, 2023
1 parent d6d5fcc commit 6794e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker/src/RTC/RTCP/Feedback.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ namespace RTC
}

template<typename T>
FeedbackPacket<T>::~FeedbackPacket<T>()
FeedbackPacket<T>::~FeedbackPacket()
{
delete[] this->raw;
}
Expand Down

0 comments on commit 6794e6f

Please sign in to comment.