fix gcc for linux compile error

This commit is contained in:
xgj
2021-05-08 22:25:56 +08:00
parent 783321e74e
commit 7f917211e4
2 changed files with 3 additions and 3 deletions

View File

@@ -125,7 +125,7 @@ static bool isOneByteExt(){
}
template<>
static bool isOneByteExt<RtpExtOneByte>(){
bool isOneByteExt<RtpExtOneByte>(){
return true;
}