declare getAllDerivedFrom as static method

This commit is contained in:
wmayer
2019-11-13 00:57:21 +01:00
parent e1f85cd091
commit d61bf15c42
2 changed files with 11 additions and 9 deletions

View File

@@ -54,7 +54,7 @@ namespace Base {
<UserDocu>Returns true if given type is a father</UserDocu>
</Documentation>
</Methode>
<Methode Name="getAllDerivedFrom" Const="true">
<Methode Name="getAllDerivedFrom" Static="true">
<Documentation>
<UserDocu>Returns all descendants</UserDocu>
</Documentation>