aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/libpyside/class_property.h
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/libpyside/class_property.h')
-rw-r--r--sources/pyside6/libpyside/class_property.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/libpyside/class_property.h b/sources/pyside6/libpyside/class_property.h
index 4942e0ef3..f2ed29f1f 100644
--- a/sources/pyside6/libpyside/class_property.h
+++ b/sources/pyside6/libpyside/class_property.h
@@ -27,7 +27,7 @@ struct propertyobject310 {
// Note: This is a problem with Limited API: We have no direct access.
// You need to pick it from runtime info.
PyObject *prop_name;
- int getter_doc;
+ int getter_doc;
};
PYSIDE_API PyTypeObject *PyClassProperty_TypeF();