Skip to content
Snippets Groups Projects
Verified Commit 0d41e0ce authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Make ModFileStructure a struct

parent 0169240f
Branches
Tags
No related merge requests found
...@@ -30,10 +30,8 @@ ...@@ -30,10 +30,8 @@
#include "SymbolList.hh" #include "SymbolList.hh"
#include "WarningConsolidation.hh" #include "WarningConsolidation.hh"
class ModFileStructure struct ModFileStructure
{ {
public:
ModFileStructure() = default;
//! Whether check is present //! Whether check is present
bool check_present{false}; bool check_present{false};
//! Whether steady is present //! Whether steady is present
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment