diff --git a/test/catch.cpp b/test/catch.cpp index a0d1033a..3c444d99 100644 --- a/test/catch.cpp +++ b/test/catch.cpp @@ -19,6 +19,7 @@ std::vector extra_scen_dirs; std::string help_text_rsrc; bool check_for_interrupt(std::string) { return false; } +void save_prefs() {} // And these are referenced from the scenario code, though not used in test cases #include "scenario/scenario.hpp"