Make ModFileStructure a struct

master
Sébastien Villemot 2023-03-28 15:07:45 +02:00
parent 0169240f76
commit 0d41e0ce3d
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 1 additions and 3 deletions

View File

@ -30,10 +30,8 @@
#include "SymbolList.hh"
#include "WarningConsolidation.hh"
class ModFileStructure
struct ModFileStructure
{
public:
ModFileStructure() = default;
//! Whether check is present
bool check_present{false};
//! Whether steady is present