From ff10e1301d497e10068a0707a39c1ef9b5c44f42 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Mon, 18 Feb 2019 10:10:16 -0500 Subject: [PATCH] [libcalamaresui] Fix struct/class mismatch --- src/libcalamaresui/modulesystem/ModuleManager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libcalamaresui/modulesystem/ModuleManager.h b/src/libcalamaresui/modulesystem/ModuleManager.h index 20ebffd7e..fc88ef0b5 100644 --- a/src/libcalamaresui/modulesystem/ModuleManager.h +++ b/src/libcalamaresui/modulesystem/ModuleManager.h @@ -31,7 +31,7 @@ namespace Calamares { class Module; -class RequirementEntry; // from Requirement.h +struct RequirementEntry; // from Requirement.h /** * @brief The ModuleManager class is a singleton which manages Calamares modules.