Skip to content

Commit

Permalink
🚿 Remove GlobalSupervision base class:
Browse files Browse the repository at this point in the history
- GlobalSupervision is not inheritting from ElementarySupervision anymore.
  • Loading branch information
langroodi committed May 29, 2023
1 parent d04c864 commit a997293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ara/phm/supervisors/global_supervision.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace ara
{
/// @brief A class to report the global supervision status based on several elementary supervisions
/// @see ElementarySupervision
class GlobalSupervision : public ElementarySupervision
class GlobalSupervision
{
private:
const std::vector<ElementarySupervision *> mSupervisors;
Expand Down

0 comments on commit a997293

Please sign in to comment.