diff --git a/newcoin.vcxproj b/newcoin.vcxproj index c053c90f59..d6c37b34c1 100644 --- a/newcoin.vcxproj +++ b/newcoin.vcxproj @@ -146,6 +146,7 @@ + @@ -248,17 +249,13 @@ Designer - - - Document ..\protoc-2.4.1-win32\protoc -I=..\newcoin\src --cpp_out=..\newcoin\obj\src ..\newcoin\src\newcoin.proto obj\src\newcoin.pb.h - diff --git a/newcoin.vcxproj.filters b/newcoin.vcxproj.filters index b8c3acee1e..2116e89379 100644 --- a/newcoin.vcxproj.filters +++ b/newcoin.vcxproj.filters @@ -273,6 +273,9 @@ Source Files + + Source Files + @@ -506,16 +509,12 @@ - html - - - diff --git a/src/LedgerAcquire.cpp b/src/LedgerAcquire.cpp index 525096872e..2407616bd6 100644 --- a/src/LedgerAcquire.cpp +++ b/src/LedgerAcquire.cpp @@ -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()); }