aboutsummaryrefslogtreecommitdiffstats
path: root/ExpressionCompiler.h
diff options
context:
space:
mode:
authorLefteris Karapetsas <lefteris@refu.co>2015-02-03 21:21:08 +0800
committerLefteris Karapetsas <lefteris@refu.co>2015-02-06 16:38:04 +0800
commitf09c6fffc9f55b5208560d6550134bf854970db8 (patch)
tree71f01d16baf56693f9526734c63cde9d0bafb22e /ExpressionCompiler.h
parent8c1d928c944b70cf7318d8277cdfbf2ef0421857 (diff)
downloaddexon-solidity-f09c6fffc9f55b5208560d6550134bf854970db8.tar.gz
dexon-solidity-f09c6fffc9f55b5208560d6550134bf854970db8.tar.zst
dexon-solidity-f09c6fffc9f55b5208560d6550134bf854970db8.zip
Renaming a function for clarity
Diffstat (limited to 'ExpressionCompiler.h')
-rw-r--r--ExpressionCompiler.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ExpressionCompiler.h b/ExpressionCompiler.h
index b977657b..1f42d822 100644
--- a/ExpressionCompiler.h
+++ b/ExpressionCompiler.h
@@ -94,9 +94,9 @@ private:
bool bare = false);
/// Appends code that copies the given arguments to memory (with optional offset).
/// @returns the number of bytes copied to memory
- unsigned appendArgumentCopyToMemory(TypePointers const& _types,
- std::vector<ASTPointer<Expression const>> const& _arguments,
- unsigned _memoryOffset = 0);
+ unsigned appendArgumentsCopyToMemory(TypePointers const& _types,
+ std::vector<ASTPointer<Expression const>> const& _arguments,
+ unsigned _memoryOffset = 0);
/// Appends code that copies the given arguments that should all have the
/// same @a _type to memory (with optional offset).
/// @returns the number of bytes copied to memory