1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-19 14:31:59 +00:00

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

@@ -530,7 +530,7 @@ OS::VideoMode OS_UWP::get_video_mode(int p_screen) const {
void OS_UWP::get_fullscreen_mode_list(List<VideoMode> *p_list, int p_screen) const {
}
String OS_UWP::get_name() {
String OS_UWP::get_name() const {
return "UWP";
}