summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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();