mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 05:37:22 +02:00
remove a useless two dots
This commit is contained in:
parent
9184a500a0
commit
d1cd99e035
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ AssetClient::AssetClient() {
|
|||
|
||||
connect(nodeList.data(), &LimitedNodeList::nodeKilled, this, &AssetClient::handleNodeKilled);
|
||||
connect(nodeList.data(), &LimitedNodeList::clientConnectionToNodeReset,
|
||||
this, &::AssetClient::handleNodeClientConnectionReset);
|
||||
this, &AssetClient::handleNodeClientConnectionReset);
|
||||
}
|
||||
|
||||
void AssetClient::init() {
|
||||
|
|
Loading…
Reference in a new issue