summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2017-01-31 23:21:26 +0100
committerJose <jose@zeroc.com>2017-01-31 23:21:26 +0100
commit65cacc02d541b4046abe397881fec39ffb07a2fe (patch)
treee897d9a3eb15a6723b1bbfd1505507591541605d /cpp
parentMerging 3.6 for ICE-7539 (diff)
downloadice-65cacc02d541b4046abe397881fec39ffb07a2fe.tar.bz2
ice-65cacc02d541b4046abe397881fec39ffb07a2fe.tar.xz
ice-65cacc02d541b4046abe397881fec39ffb07a2fe.zip
Python ice_id bogus signature
Diffstat (limited to 'cpp')
-rw-r--r--cpp/src/Slice/PythonUtil.cpp2
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();