From 771f20b595ec081c128e3b99ec3794eff11a58a5 Mon Sep 17 00:00:00 2001 From: LianaHus Date: Thu, 15 Oct 2015 14:36:23 +0200 Subject: mainly style fixes/renaming --- libsolidity/Exceptions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libsolidity/Exceptions.h') diff --git a/libsolidity/Exceptions.h b/libsolidity/Exceptions.h index 9bc22994..59d69a27 100644 --- a/libsolidity/Exceptions.h +++ b/libsolidity/Exceptions.h @@ -36,7 +36,7 @@ using ErrorList = std::vector>; struct CompilerError: virtual Exception {}; struct InternalCompilerError: virtual Exception {}; -struct fatalError: virtual Exception {}; //todo rename to FatalError +struct FatalError: virtual Exception {}; class Error: virtual public Exception { -- cgit v1.2.3