Common/TraversalProto: Move interface into Common namespace

Gets the types out of the global namespace.
This commit is contained in:
Lioncash
2023-04-24 08:29:12 -04:00
parent 27f38c6c8f
commit 30e7ab94fa
6 changed files with 61 additions and 53 deletions

View File

@ -65,7 +65,7 @@
namespace
{
QString InetAddressToString(const TraversalInetAddress& addr)
QString InetAddressToString(const Common::TraversalInetAddress& addr)
{
QString ip;