Fix build issues and typos after c69de2ba4

This commit is contained in:
Rémi Verschelde 2018-07-20 08:37:10 +02:00
parent 286c88bb50
commit 8c9e10553c
9 changed files with 28 additions and 14 deletions

View file

@ -667,7 +667,8 @@ void OS::set_restart_on_exit(bool p_restart, const List<String> &p_restart_argum
bool OS::is_restart_on_exit_set() const {
return restart_on_exit;
}
List<String> OS::get_restart_on_exit_argumens() const {
List<String> OS::get_restart_on_exit_arguments() const {
return restart_commandline;
}