diff options
author | Tim Hughes <tim@twistedfury.com> | 2014-06-04 18:34:14 +0800 |
---|---|---|
committer | Tim Hughes <tim@twistedfury.com> | 2014-06-04 18:34:14 +0800 |
commit | bbc7bd19e529cd1a64708b45b8f8193b60d5fb59 (patch) | |
tree | 75c7b7d29e82eecddb1b66092d5b5a73a7773f7c | |
parent | f64b371382e0a7f2adbe4fd3b45f61fd1ad7d759 (diff) | |
download | dexon-solidity-bbc7bd19e529cd1a64708b45b8f8193b60d5fb59.tar.gz dexon-solidity-bbc7bd19e529cd1a64708b45b8f8193b60d5fb59.tar.zst dexon-solidity-bbc7bd19e529cd1a64708b45b8f8193b60d5fb59.zip |
Fixed all the windows compile errors and project reorg with the exception of the more complex problem in Parser.cpp
-rw-r--r-- | CodeFragment.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CodeFragment.h b/CodeFragment.h index 2c6f2cce..8e3ff1d7 100644 --- a/CodeFragment.h +++ b/CodeFragment.h @@ -32,7 +32,7 @@ namespace sp = boost::spirit; namespace eth { -class CompilerState; +struct CompilerState; class CodeFragment { |