From 1304361b9c48438d5c55903492b5f11c3dac73e5 Mon Sep 17 00:00:00 2001 From: Christian Parpart Date: Mon, 15 Oct 2018 11:58:51 +0200 Subject: Renaming namespace dev::julia to dev::yul. --- libyul/Exceptions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libyul/Exceptions.h') diff --git a/libyul/Exceptions.h b/libyul/Exceptions.h index 48624a56..c423b66f 100644 --- a/libyul/Exceptions.h +++ b/libyul/Exceptions.h @@ -25,7 +25,7 @@ namespace dev { -namespace julia +namespace yul { struct YulException: virtual Exception {}; -- cgit v1.2.3