diff options
Diffstat (limited to 'src/unittest.h')
-rw-r--r-- | src/unittest.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unittest.h b/src/unittest.h index 8dee33c..5118689 100644 --- a/src/unittest.h +++ b/src/unittest.h @@ -7,7 +7,7 @@ #include <memory> class Task; -class Settings; +struct Settings; int runUnitTests(std::set<std::shared_ptr<Task>>& tasks, const Settings& settings); |