aboutsummaryrefslogtreecommitdiffstats
path: root/liblll/CompilerState.cpp
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-07-30 22:47:55 +0800
committerGitHub <noreply@github.com>2018-07-30 22:47:55 +0800
commit7cf5cd6050c616599d476a865b1fcfb57472ef22 (patch)
tree16d0b81f9ace5fdbc2a9dc21010ca1e89d3b2f6f /liblll/CompilerState.cpp
parent9d09e21b6c7662ad037de3e14dfc8f72f6d0b274 (diff)
parentc2faed77054c69b8ef35b3e54a2c05acc7e93363 (diff)
downloaddexon-solidity-7cf5cd6050c616599d476a865b1fcfb57472ef22.tar
dexon-solidity-7cf5cd6050c616599d476a865b1fcfb57472ef22.tar.gz
dexon-solidity-7cf5cd6050c616599d476a865b1fcfb57472ef22.tar.bz2
dexon-solidity-7cf5cd6050c616599d476a865b1fcfb57472ef22.tar.lz
dexon-solidity-7cf5cd6050c616599d476a865b1fcfb57472ef22.tar.xz
dexon-solidity-7cf5cd6050c616599d476a865b1fcfb57472ef22.tar.zst
dexon-solidity-7cf5cd6050c616599d476a865b1fcfb57472ef22.zip
Merge pull request #4608 from ethereum/lll-namespace
Replace dev::eth namespace with dev::lll in LLL
Diffstat (limited to 'liblll/CompilerState.cpp')
-rw-r--r--liblll/CompilerState.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/liblll/CompilerState.cpp b/liblll/CompilerState.cpp
index c0e344b2..019582d4 100644
--- a/liblll/CompilerState.cpp
+++ b/liblll/CompilerState.cpp
@@ -24,7 +24,7 @@
using namespace std;
using namespace dev;
-using namespace dev::eth;
+using namespace dev::lll;
CompilerState::CompilerState()
{