You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
added a const keyword for a methods that return constant literal...
This commit is contained in:
@@ -330,7 +330,7 @@ Map<int, TextEdit::HighlighterInfo> GDScriptSyntaxHighlighter::_get_line_syntax_
|
||||
return color_map;
|
||||
}
|
||||
|
||||
String GDScriptSyntaxHighlighter::get_name() {
|
||||
String GDScriptSyntaxHighlighter::get_name() const {
|
||||
return "GDScript";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user