From 3b7e9f99b61538e0bbd6f07deeb7f7cb12013ed5 Mon Sep 17 00:00:00 2001 From: Mark Spruiell Date: Fri, 9 Dec 2016 15:18:08 -0800 Subject: ICE-7138 - new Python AMI mapping based on futures and modified AMD mapping --- cpp/src/Slice/PythonUtil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/Slice/PythonUtil.h') diff --git a/cpp/src/Slice/PythonUtil.h b/cpp/src/Slice/PythonUtil.h index 9d48b3d3871..0966d4ba6a9 100644 --- a/cpp/src/Slice/PythonUtil.h +++ b/cpp/src/Slice/PythonUtil.h @@ -21,7 +21,7 @@ namespace Python // // Generate Python code for a translation unit. // -void generate(const Slice::UnitPtr&, bool, bool, const std::vector&, IceUtilInternal::Output&); +void generate(const Slice::UnitPtr&, bool, bool, bool, const std::vector&, IceUtilInternal::Output&); // // Convert a scoped name into a Python name. -- cgit v1.2.3