aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/plugins/script_editor_plugin.h
diff options
context:
space:
mode:
authorDana Olson2014-12-07 01:07:00 -0500
committerDana Olson2014-12-07 01:07:00 -0500
commit05801b92652f3fc21063a8aab516633769c9ba55 (patch)
tree0c1457c7cb188e43efa364b6a1f5cce8ef659ab0 /tools/editor/plugins/script_editor_plugin.h
parentc940212b8931c0cc9c24984758568c2d2d18b951 (diff)
downloadgodot-05801b92652f3fc21063a8aab516633769c9ba55.tar.gz
godot-05801b92652f3fc21063a8aab516633769c9ba55.tar.zst
godot-05801b92652f3fc21063a8aab516633769c9ba55.zip
apply patch #882 from dcubix
Diffstat (limited to '')
-rw-r--r--tools/editor/plugins/script_editor_plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/plugins/script_editor_plugin.h b/tools/editor/plugins/script_editor_plugin.h
index 62508253e..01942fab2 100644
--- a/tools/editor/plugins/script_editor_plugin.h
+++ b/tools/editor/plugins/script_editor_plugin.h
@@ -218,7 +218,7 @@ public:
void get_breakpoints(List<String> *p_breakpoints);
-
+ void swap_lines(TextEdit *tx, int line1, int line2);
void save_external_data();