aboutsummaryrefslogtreecommitdiffstats
path: root/CodeFragment.h
diff options
context:
space:
mode:
authorGav Wood <i@gavwood.com>2014-09-05 23:09:58 +0800
committerGav Wood <i@gavwood.com>2014-09-05 23:09:58 +0800
commit6ff57fe0759d13a97346cf5590f57ad729cbbae7 (patch)
treea17898b0a1cefdf93491806243c4b0e8504833a0 /CodeFragment.h
parent00caaf53d28976ed276d9d2fe7a54c07ba92b002 (diff)
downloaddexon-solidity-6ff57fe0759d13a97346cf5590f57ad729cbbae7.tar
dexon-solidity-6ff57fe0759d13a97346cf5590f57ad729cbbae7.tar.gz
dexon-solidity-6ff57fe0759d13a97346cf5590f57ad729cbbae7.tar.bz2
dexon-solidity-6ff57fe0759d13a97346cf5590f57ad729cbbae7.tar.lz
dexon-solidity-6ff57fe0759d13a97346cf5590f57ad729cbbae7.tar.xz
dexon-solidity-6ff57fe0759d13a97346cf5590f57ad729cbbae7.tar.zst
dexon-solidity-6ff57fe0759d13a97346cf5590f57ad729cbbae7.zip
Project-wide reorganisation of namespaces.
Diffstat (limited to 'CodeFragment.h')
-rw-r--r--CodeFragment.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/CodeFragment.h b/CodeFragment.h
index 98a6f15c..a81d8ea2 100644
--- a/CodeFragment.h
+++ b/CodeFragment.h
@@ -29,6 +29,8 @@
namespace boost { namespace spirit { class utree; } }
namespace sp = boost::spirit;
+namespace dev
+{
namespace eth
{
@@ -58,3 +60,4 @@ private:
static const CodeFragment NullCodeFragment;
}
+}