declare getAllDerivedFrom as static method

This commit is contained in:
wmayer
2019-11-13 00:57:21 +01:00
parent 79ef4be9de
commit d953a44eaf
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>