diff options
author | Jose <jose@zeroc.com> | 2017-01-31 23:21:26 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2017-01-31 23:21:26 +0100 |
commit | 65cacc02d541b4046abe397881fec39ffb07a2fe (patch) | |
tree | e897d9a3eb15a6723b1bbfd1505507591541605d /cpp/src/Slice | |
parent | Merging 3.6 for ICE-7539 (diff) | |
download | ice-65cacc02d541b4046abe397881fec39ffb07a2fe.tar.bz2 ice-65cacc02d541b4046abe397881fec39ffb07a2fe.tar.xz ice-65cacc02d541b4046abe397881fec39ffb07a2fe.zip |
Python ice_id bogus signature
Diffstat (limited to 'cpp/src/Slice')
-rw-r--r-- | cpp/src/Slice/PythonUtil.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Slice/PythonUtil.cpp b/cpp/src/Slice/PythonUtil.cpp index 1f08d85232e..8373daabb4f 100644 --- a/cpp/src/Slice/PythonUtil.cpp +++ b/cpp/src/Slice/PythonUtil.cpp @@ -627,7 +627,7 @@ Slice::Python::CodeVisitor::visitClassDefStart(const ClassDefPtr& p) // // ice_id // - _out << sp << nl << "def ice_id(self, current=None):"; + _out << sp << nl << "def ice_id(self):"; _out.inc(); _out << nl << "return '" << scoped << "'"; _out.dec(); |