From 55ab1f564286c6f3e986bf68ebb271132a749c6f Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 15 Dec 2022 11:05:31 +0100 Subject: Add clang support. --- src/unittest.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/unittest.h') 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 class Task; -class Settings; +struct Settings; int runUnitTests(std::set>& tasks, const Settings& settings); -- cgit v1.2.3