mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Common/TraversalProto: Move interface into Common namespace
Gets the types out of the global namespace.
This commit is contained in:
@ -65,7 +65,7 @@
|
||||
|
||||
namespace
|
||||
{
|
||||
QString InetAddressToString(const TraversalInetAddress& addr)
|
||||
QString InetAddressToString(const Common::TraversalInetAddress& addr)
|
||||
{
|
||||
QString ip;
|
||||
|
||||
|
Reference in New Issue
Block a user