You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
added a const keyword for a methods that return constant literal...
This commit is contained in:
@@ -170,7 +170,7 @@ String OS_Unix::get_stdin_string(bool p_block) {
|
||||
return "";
|
||||
}
|
||||
|
||||
String OS_Unix::get_name() {
|
||||
String OS_Unix::get_name() const {
|
||||
|
||||
return "Unix";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user