mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 15:21:56 -05:00
added a const keyword for a methods that return constant literal...
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user