3
0
Fork 0
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:
Stephen Birarda 2017-06-28 10:11:55 -07:00
parent 9e822de196
commit be37998b47

View file

@ -239,7 +239,7 @@ void NodeList::reset() {
LimitedNodeList::reset();
_numNoReplyDomainCheckIns = 0;
;
// lock and clear our set of ignored IDs
_ignoredSetLock.lockForWrite();
_ignoredNodeIDs.clear();