From 7602f4c3a736b9ff409aab6d7633c5f1531e2254 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 2 Dec 2021 20:42:27 +0100 Subject: Fix Settings forward declarations to be struct. --- src/tasks.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tasks.h') diff --git a/src/tasks.h b/src/tasks.h index f2a77d4..40a1ffa 100644 --- a/src/tasks.h +++ b/src/tasks.h @@ -10,8 +10,8 @@ #include "task.h" -class BuildConfiguration; -class Settings; +struct BuildConfiguration; +struct Settings; struct Target { -- cgit v1.2.3