App: Fix inheritance information for PropertyEnumeration

For some reason PropertyEnumeration in our type information system was
said to be inherited from App::PropertyInteger, wich is not the case.
This commit fixes that mistake.
This commit is contained in:
Kacper Donat
2025-04-24 23:39:04 +02:00
committed by Benjamin Nauck
parent 7f69ca2803
commit 5a2c107608

View File

@@ -277,7 +277,7 @@ unsigned int PropertyPath::getMemSize() const
// PropertyEnumeration
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
TYPESYSTEM_SOURCE(App::PropertyEnumeration, App::PropertyInteger)
TYPESYSTEM_SOURCE(App::PropertyEnumeration, App::Property)
//**************************************************************************
// Construction/Destruction