From 35f36d61e219ad8de89e300ecbd622c071d994b7 Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Sat, 12 Jan 2013 04:45:28 -0800 Subject: [PATCH] Oops. Accidentally removed a line. --- src/cpp/ripple/uint256.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cpp/ripple/uint256.h b/src/cpp/ripple/uint256.h index 3ec6c45d4..eb74f0f5e 100644 --- a/src/cpp/ripple/uint256.h +++ b/src/cpp/ripple/uint256.h @@ -425,6 +425,7 @@ public: { if (pn != b.pn) memcpy(pn, b.pn, sizeof(pn)); + return *this; } uint256(uint64 b)