summaryrefslogtreecommitdiffstats
path: root/doc/classes
diff options
context:
space:
mode:
authorNana Sakisaka <1901813+saki7@users.noreply.github.com>2023-05-24 05:43:15 +0900
committerNana Sakisaka <1901813+saki7@users.noreply.github.com>2023-05-24 06:09:45 +0900
commit3dbd47ecb626beef34bd057fc8f87c951f09834e (patch)
tree9f3f1767cd63ae7aa23c1919971c86451183abc0 /doc/classes
parentf581f21dd61a8fb581b80d07755cdf60c95d146d (diff)
downloadredot-engine-3dbd47ecb626beef34bd057fc8f87c951f09834e.tar.gz
Expose Control::_get_drag_data() as non-const function
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/Control.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Control.xml b/doc/classes/Control.xml
index 9a34bc4f99..36074639dc 100644
--- a/doc/classes/Control.xml
+++ b/doc/classes/Control.xml
@@ -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>