aboutsummaryrefslogtreecommitdiffstats
path: root/Compiler.h
diff options
context:
space:
mode:
authorLefteris Karapetsas <lefteris@refu.co>2015-01-27 23:55:06 +0800
committerLefteris Karapetsas <lefteris@refu.co>2015-01-29 04:46:16 +0800
commit2947e038d28d3d732b1db352f71c8c9669df8eef (patch)
treed7ce1854e21c124b8af1ebcc300e04bda39890e1 /Compiler.h
parentff91ab96ea843bd8ab9a7c57fd799add2ebc9873 (diff)
downloaddexon-solidity-2947e038d28d3d732b1db352f71c8c9669df8eef.tar.gz
dexon-solidity-2947e038d28d3d732b1db352f71c8c9669df8eef.tar.zst
dexon-solidity-2947e038d28d3d732b1db352f71c8c9669df8eef.zip
EVM Code for simple accessor function is properly generated
Diffstat (limited to 'Compiler.h')
-rw-r--r--Compiler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Compiler.h b/Compiler.h
index 71a12a66..144af8eb 100644
--- a/Compiler.h
+++ b/Compiler.h
@@ -63,7 +63,7 @@ private:
void registerStateVariables(ContractDefinition const& _contract);
- bool generateAccessorCode(VariableDeclaration const& _varDecl);
+ void generateAccessorCode(VariableDeclaration const& _varDecl);
virtual bool visit(FunctionDefinition const& _function) override;
virtual bool visit(IfStatement const& _ifStatement) override;