1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-14 01:54:07 +02:00

Style fix

This commit is contained in:
Uwe L. Korn
2014-08-25 20:28:07 +01:00
parent 0c63b9db71
commit 0b4bee77e6

View File

@@ -1091,7 +1091,7 @@ Servent::addresses() const
return QNetworkInterface::allAddresses();
}
return d_func()->externalAddresses;
return d->externalAddresses;
}