Expose Control::_get_drag_data() as non-const function
This commit is contained in:
parent
f581f21dd6
commit
3dbd47ecb6
2 changed files with 2 additions and 2 deletions
|
|
@ -75,7 +75,7 @@
|
|||
[/codeblocks]
|
||||
</description>
|
||||
</method>
|
||||
<method name="_get_drag_data" qualifiers="virtual const">
|
||||
<method name="_get_drag_data" qualifiers="virtual">
|
||||
<return type="Variant" />
|
||||
<param index="0" name="at_position" type="Vector2" />
|
||||
<description>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue