mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-30 05:22:56 +02:00
remove stray semicolon in NodeList
This commit is contained in:
parent
9e822de196
commit
be37998b47
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@ void NodeList::reset() {
|
|||
LimitedNodeList::reset();
|
||||
|
||||
_numNoReplyDomainCheckIns = 0;
|
||||
;
|
||||
|
||||
// lock and clear our set of ignored IDs
|
||||
_ignoredSetLock.lockForWrite();
|
||||
_ignoredNodeIDs.clear();
|
||||
|
|
Loading…
Reference in a new issue