Skip to content

Commit 976318f

Browse files
committed
Update ProxyWrappers.cxx
1 parent 5a655a7 commit 976318f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ProxyWrappers.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ static int BuildScopeProxyDict(Cppyy::TCppScope_t scope, PyObject* pyclass, cons
385385
// two options: this is a static variable, or it is the enum value, the latter
386386
// already exists, so check for it and move on if set
387387
PyObject* eset = PyObject_GetAttrString(pyclass,
388-
const_cast<char*>(Cppyy::GetScopedFinalName(datamember).c_str()));
388+
const_cast<char*>(Cppyy::GetFinalName(datamember).c_str()));
389389
if (eset) {
390390
Py_DECREF(eset);
391391
continue;

0 commit comments

Comments
 (0)