From 971cc9b5b9242f36c1fa288615e2bf2d762fbd52 Mon Sep 17 00:00:00 2001 From: Christian Date: Sun, 15 Feb 2015 02:00:33 +0100 Subject: Unpacking of dynamically sized arguments. --- Compiler.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Compiler.h') diff --git a/Compiler.h b/Compiler.h index b3eae5b1..5d5b6d47 100644 --- a/Compiler.h +++ b/Compiler.h @@ -52,8 +52,8 @@ private: void appendConstructorCall(FunctionDefinition const& _constructor); void appendFunctionSelector(ContractDefinition const& _contract); /// Creates code that unpacks the arguments for the given function represented by a vector of TypePointers. - /// From memory if @a _fromMemory is true, otherwise from call data. @returns the size of the data in bytes. - unsigned appendCalldataUnpacker(TypePointers const& _typeParameters, bool _fromMemory = false); + /// From memory if @a _fromMemory is true, otherwise from call data. + void appendCalldataUnpacker(TypePointers const& _typeParameters, bool _fromMemory = false); void appendReturnValuePacker(TypePointers const& _typeParameters); void registerStateVariables(ContractDefinition const& _contract); -- cgit v1.2.3