mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-22 11:56:49 +01:00
Fix an another inconsistent override warning.
This commit is contained in:
parent
0016b64316
commit
1ea22f1779
@ -62,7 +62,7 @@ class EditorStandardSyntaxHighlighter : public EditorSyntaxHighlighter {
|
|||||||
|
|
||||||
public:
|
public:
|
||||||
virtual void _update_cache();
|
virtual void _update_cache();
|
||||||
virtual Dictionary _get_line_syntax_highlighting(int p_line) override { return highlighter->get_line_syntax_highlighting(p_line); }
|
virtual Dictionary _get_line_syntax_highlighting(int p_line) { return highlighter->get_line_syntax_highlighting(p_line); }
|
||||||
|
|
||||||
virtual String _get_name() const { return TTR("Standard"); }
|
virtual String _get_name() const { return TTR("Standard"); }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user