aboutsummaryrefslogtreecommitdiffstats
path: root/liblangutil/Exceptions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'liblangutil/Exceptions.cpp')
-rw-r--r--liblangutil/Exceptions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/liblangutil/Exceptions.cpp b/liblangutil/Exceptions.cpp
index 069619dd..346313d5 100644
--- a/liblangutil/Exceptions.cpp
+++ b/liblangutil/Exceptions.cpp
@@ -24,7 +24,7 @@
using namespace std;
using namespace dev;
-using namespace dev::solidity;
+using namespace langutil;
Error::Error(Type _type, SourceLocation const& _location, string const& _description):
m_type(_type)