diff options
| author | Dana Olson | 2014-12-07 01:07:00 -0500 |
|---|---|---|
| committer | Dana Olson | 2014-12-07 01:07:00 -0500 |
| commit | 05801b92652f3fc21063a8aab516633769c9ba55 (patch) | |
| tree | 0c1457c7cb188e43efa364b6a1f5cce8ef659ab0 /tools/editor/plugins/script_editor_plugin.h | |
| parent | c940212b8931c0cc9c24984758568c2d2d18b951 (diff) | |
| download | godot-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.h | 2 |
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(); |
