mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 18:35:37 -04:00
[libcalamaresui] Fix struct/class mismatch
This commit is contained in:
parent
18efcf2200
commit
ff10e1301d
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ namespace Calamares
|
||||||
{
|
{
|
||||||
|
|
||||||
class Module;
|
class Module;
|
||||||
class RequirementEntry; // from Requirement.h
|
struct RequirementEntry; // from Requirement.h
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief The ModuleManager class is a singleton which manages Calamares modules.
|
* @brief The ModuleManager class is a singleton which manages Calamares modules.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue