From 65cacc02d541b4046abe397881fec39ffb07a2fe Mon Sep 17 00:00:00 2001 From: Jose Date: Tue, 31 Jan 2017 23:21:26 +0100 Subject: Python ice_id bogus signature --- cpp/src/Slice/PythonUtil.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/Slice/PythonUtil.cpp') 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(); -- cgit v1.2.3