added a const keyword for a methods that return constant literal...

This commit is contained in:
hbina085
2019-05-20 13:36:24 -04:00
parent 9643b2b6de
commit f78baa5f93
24 changed files with 24 additions and 24 deletions

View File

@ -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";
}