From b321fb5d3d6b3c2855c2fcc049c6f3b8fb13a7a8 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 15 Feb 2019 22:24:54 +0100 Subject: WIP: Port to LLVM7 --- src/resp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/resp.cpp') diff --git a/src/resp.cpp b/src/resp.cpp index 7167227..d62e0aa 100644 --- a/src/resp.cpp +++ b/src/resp.cpp @@ -170,7 +170,7 @@ main(int argc, char** argv) pprint(os, ast, cenv, false); is.ignore(std::numeric_limits::max(), '\n'); // Skip newlines } - } catch (Error e) { + } catch (RespError e) { cerr << e.what() << endl; } is.close(); -- cgit v1.2.1