diff options
author | Mark Spruiell <mes@zeroc.com> | 2016-12-12 08:48:57 -0800 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2016-12-12 08:48:57 -0800 |
commit | 4dab8153e5a3a64e1a23d6e33482270796e2e8a9 (patch) | |
tree | ffb9201100faa44ec308107ea17195b3f73c447b /cpp/src/Slice/PythonUtil.h | |
parent | Python build failures on OS X (diff) | |
download | ice-4dab8153e5a3a64e1a23d6e33482270796e2e8a9.tar.bz2 ice-4dab8153e5a3a64e1a23d6e33482270796e2e8a9.tar.xz ice-4dab8153e5a3a64e1a23d6e33482270796e2e8a9.zip |
Python fixes
Diffstat (limited to 'cpp/src/Slice/PythonUtil.h')
-rw-r--r-- | cpp/src/Slice/PythonUtil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Slice/PythonUtil.h b/cpp/src/Slice/PythonUtil.h index 0966d4ba6a9..9d48b3d3871 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, bool, const std::vector<std::string>&, IceUtilInternal::Output&); +void generate(const Slice::UnitPtr&, bool, bool, const std::vector<std::string>&, IceUtilInternal::Output&); // // Convert a scoped name into a Python name. |