compile on windows

This commit is contained in:
jed
2012-08-08 10:22:54 -07:00
parent 3a4762c609
commit 7fd327ee38
3 changed files with 5 additions and 9 deletions

View File

@@ -129,7 +129,7 @@ void LedgerAcquire::done()
if (mLedger)
theApp->getMasterLedger().storeLedger(mLedger);
for (int i = 0; i < triggers.size(); ++i)
for (unsigned int i = 0; i < triggers.size(); ++i)
triggers[i](shared_from_this());
}