Fix Linux compilation bugs

This commit is contained in:
Chris Hennes
2021-08-23 14:43:30 -05:00
parent b49da2467c
commit 18d73580ae
2 changed files with 2 additions and 0 deletions

View File

@@ -213,6 +213,7 @@ bool PreferencePackManager::apply(const std::string& preferencePackName) const
// TODO: Are there other things that have to be manually triggered?
}
return wasApplied;
}
else {
throw std::runtime_error("No such Preference Pack: " + preferencePackName);