diff options
Diffstat (limited to 'sources/pyside6/libpyside/feature_select.h')
| -rw-r--r-- | sources/pyside6/libpyside/feature_select.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/libpyside/feature_select.h b/sources/pyside6/libpyside/feature_select.h index f7eed358b..af8f2c324 100644 --- a/sources/pyside6/libpyside/feature_select.h +++ b/sources/pyside6/libpyside/feature_select.h @@ -12,7 +12,7 @@ namespace Feature { PYSIDE_API void init(); PYSIDE_API void Select(PyObject *obj); -PYSIDE_API PyObject *Select(PyTypeObject *type); +PYSIDE_API void Select(PyTypeObject *type); PYSIDE_API void Enable(bool); } // namespace Feature |
