13
0

T: fix -Wreturn-type

This commit is contained in:
Robin Gareus 2024-05-24 21:04:04 +02:00
parent 0e1ea96bd8
commit 79a65999b2
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -406,6 +406,8 @@ SessionDialog::session_folder ()
return Glib::path_get_dirname (existing_session_chooser.get_current_folder ());
} break;
}
assert (0);
return "";
}
Temporal::TimeDomain