Fix lots of places I used 'empty' instead of 'clear'. This is why I like 'isEmpty'.

This commit is contained in:
JoelKatz
2012-10-11 05:06:24 -07:00
parent 4f1ebc2884
commit c43934ab6f
4 changed files with 7 additions and 7 deletions

View File

@@ -124,7 +124,7 @@ void LedgerAcquire::done()
setComplete();
mLock.lock();
triggers = mOnComplete;
mOnComplete.empty();
mOnComplete.clear();
mLock.unlock();
if (mLedger)