From dba9dd1169d0b8a02287434c0499ccc4a16d97bc Mon Sep 17 00:00:00 2001 From: chriseth Date: Thu, 19 Mar 2015 18:15:16 +0100 Subject: Byte size checked for zero; coding style. --- ArrayUtils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ArrayUtils.h') diff --git a/ArrayUtils.h b/ArrayUtils.h index 6e4ceec1..22c0646a 100644 --- a/ArrayUtils.h +++ b/ArrayUtils.h @@ -76,7 +76,7 @@ private: /// the storage offset if adding this number again would increase the counter over 32. /// @param byteOffsetPosition the stack offset of the storage byte offset /// @param storageOffsetPosition the stack offset of the storage slot offset - void incrementByteOffset(unsigned byteSize, unsigned byteOffsetPosition, unsigned storageOffsetPosition) const; + void incrementByteOffset(unsigned _byteSize, unsigned _byteOffsetPosition, unsigned _storageOffsetPosition) const; CompilerContext& m_context; }; -- cgit v1.2.3