From 907f9f2a8444be195d489ae614f88018a10cf6ce Mon Sep 17 00:00:00 2001 From: Paulb23 Date: Tue, 28 Jul 2020 14:33:46 +0100 Subject: Changed line_edited_from(from) to lines_edit_from(from, to) --- scene/resources/syntax_highlighter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scene/resources/syntax_highlighter.h') diff --git a/scene/resources/syntax_highlighter.h b/scene/resources/syntax_highlighter.h index 40a8870b45..720227a256 100644 --- a/scene/resources/syntax_highlighter.h +++ b/scene/resources/syntax_highlighter.h @@ -40,7 +40,7 @@ class SyntaxHighlighter : public Resource { private: Map highlighting_cache; - void _line_edited_from(int p_line); + void _lines_edited_from(int p_from_line, int p_to_line); protected: ObjectID text_edit_instance_id; // For validity check -- cgit v1.2.3