From 999f2455ae5f97dc5e065e1265f97c1998501c46 Mon Sep 17 00:00:00 2001 From: Eli Baum Date: Thu, 3 Apr 2025 14:14:55 -0400 Subject: [PATCH] Update IoBuffer.h --- cryptoTools/Network/IoBuffer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cryptoTools/Network/IoBuffer.h b/cryptoTools/Network/IoBuffer.h index deaf18e..c0ff509 100644 --- a/cryptoTools/Network/IoBuffer.h +++ b/cryptoTools/Network/IoBuffer.h @@ -438,7 +438,7 @@ namespace osuCrypto {} RefSendBuff(RefSendBuff&& v) - :RefSendBuff(v.obj) + :RefSendBuff(v.mObj) {} }; @@ -650,4 +650,4 @@ namespace osuCrypto } } -#endif \ No newline at end of file +#endif