aboutsummaryrefslogtreecommitdiffstats
path: root/ASTForward.h
diff options
context:
space:
mode:
authorLiana Husikyan <liana@ethdev.com>2015-02-17 23:21:38 +0800
committerLiana Husikyan <liana@ethdev.com>2015-02-21 05:50:34 +0800
commit52050201e39b823ea9e6133e47c7e9e779dc1f07 (patch)
treebf415cf6c45a0f6ee9468849c5c708217f366260 /ASTForward.h
parent26132363d5a11d762224cc7c8acc6b8c854cf646 (diff)
downloaddexon-solidity-52050201e39b823ea9e6133e47c7e9e779dc1f07.tar.gz
dexon-solidity-52050201e39b823ea9e6133e47c7e9e779dc1f07.tar.zst
dexon-solidity-52050201e39b823ea9e6133e47c7e9e779dc1f07.zip
Inline member initialisation
renamed VariableDefinition class to VariableDeclarationStatement added tests
Diffstat (limited to 'ASTForward.h')
-rw-r--r--ASTForward.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ASTForward.h b/ASTForward.h
index 0b6817e4..3a151b63 100644
--- a/ASTForward.h
+++ b/ASTForward.h
@@ -63,7 +63,7 @@ class ForStatement;
class Continue;
class Break;
class Return;
-class VariableDefinition;
+class VariableDeclarationStatement;
class ExpressionStatement;
class Expression;
class Assignment;