You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
added a const keyword for a methods that return constant literal...
This commit is contained in:
@@ -1159,7 +1159,7 @@ Error OS_JavaScript::shell_open(String p_uri) {
|
||||
return OK;
|
||||
}
|
||||
|
||||
String OS_JavaScript::get_name() {
|
||||
String OS_JavaScript::get_name() const {
|
||||
|
||||
return "HTML5";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user