Skip to content

Commit

Permalink
config: make ResHeadContainer a class
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz authored and alaaeddineelamri committed Aug 4, 2022
1 parent 2ca777e commit b5c2ad5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/src/lib/parse_conf.h
Expand Up @@ -419,7 +419,8 @@ class ConfigurationParser {
void SetResourceDefaultsParserPass2(ResourceItem* item);
};

struct ResHeadContainer {
class ResHeadContainer {
public:
BareosResource** res_head_ = nullptr;
ConfigurationParser* config_ = nullptr;

Expand Down

0 comments on commit b5c2ad5

Please sign in to comment.