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:
committed by
Benjamin Nauck
parent
7f69ca2803
commit
5a2c107608
@@ -277,7 +277,7 @@ unsigned int PropertyPath::getMemSize() const
|
||||
// PropertyEnumeration
|
||||
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
|
||||
TYPESYSTEM_SOURCE(App::PropertyEnumeration, App::PropertyInteger)
|
||||
TYPESYSTEM_SOURCE(App::PropertyEnumeration, App::Property)
|
||||
|
||||
//**************************************************************************
|
||||
// Construction/Destruction
|
||||
|
||||
Reference in New Issue
Block a user