diff --git a/src/cpp/ripple/Pathfinder.cpp b/src/cpp/ripple/Pathfinder.cpp index 65490357a6..6a3d31b792 100644 --- a/src/cpp/ripple/Pathfinder.cpp +++ b/src/cpp/ripple/Pathfinder.cpp @@ -792,7 +792,7 @@ bool Pathfinder::matchesOrigin(const uint160& currency, const uint160& issuer) int Pathfinder::getPathsOut(const uint160& currencyID, const uint160& accountID, bool authRequired, bool isDstCurrency, const uint160& dstAccount) { - std::pair accountCurrency(currencyID, accountID); + std::pair accountCurrency(currencyID, accountID); boost::unordered_map, int>::iterator it = mPOMap.find(accountCurrency); if (it != mPOMap.end()) return it->second;