Fix MethodInfo for EditorInspectorPlugin.can_handle

This commit is contained in:
Rémi Verschelde 2018-05-28 16:28:09 +02:00
parent fac0120521
commit c8a799d691
2 changed files with 4 additions and 2 deletions

View file

@ -40,7 +40,7 @@
</description>
</method>
<method name="can_handle" qualifiers="virtual">
<return type="void">
<return type="bool">
</return>
<argument index="0" name="object" type="Object">
</argument>