mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +02:00
Merge pull request #44 from huffman/protocol-fixes
Fix friend declaration in Socket from udt::UDTTest to UDTTest
This commit is contained in:
commit
251203caf1
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ private:
|
|||
|
||||
std::unique_ptr<CongestionControlVirtualFactory> _ccFactory { new CongestionControlFactory<DefaultCC>() };
|
||||
|
||||
friend class UDTTest;
|
||||
friend UDTTest;
|
||||
};
|
||||
|
||||
} // namespace udt
|
||||
|
|
Loading…
Reference in a new issue