Skip to content

Commit

Permalink
add override
Browse files Browse the repository at this point in the history
  • Loading branch information
rzblue committed Oct 27, 2023
1 parent 8fee068 commit 1bc7eac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class SubsystemBase : public Subsystem,
*
* @return Name
*/
std::string GetName() const;
std::string GetName() const override;

/**
* Sets the name of this Subsystem.
Expand Down

0 comments on commit 1bc7eac

Please sign in to comment.