diff options
author | Christian <c@ethdev.com> | 2014-10-14 00:22:15 +0800 |
---|---|---|
committer | Christian <c@ethdev.com> | 2014-10-16 00:40:19 +0800 |
commit | 89b794f1dc15c8688526470b9d68b361dab82be3 (patch) | |
tree | 92db8a29965ee2dd796b22a1508f58b2d199e71e /ASTForward.h | |
parent | bdac5c7b4b5c23ea4f2cfe4a779da05b4722f1be (diff) | |
download | dexon-solidity-89b794f1dc15c8688526470b9d68b361dab82be3.tar.gz dexon-solidity-89b794f1dc15c8688526470b9d68b361dab82be3.tar.zst dexon-solidity-89b794f1dc15c8688526470b9d68b361dab82be3.zip |
Type system, not yet complete.
Diffstat (limited to 'ASTForward.h')
-rw-r--r-- | ASTForward.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ASTForward.h b/ASTForward.h index e3876795..4963776b 100644 --- a/ASTForward.h +++ b/ASTForward.h @@ -32,6 +32,7 @@ namespace dev { namespace solidity { class ASTNode; +class Declaration; class ContractDefinition; class StructDefinition; class ParameterList; |