Skip to content

Commit

Permalink
Remove clang warnings
Browse files Browse the repository at this point in the history
Signed-off-by: ahcorde <[email protected]>
  • Loading branch information
ahcorde committed Jul 14, 2021
1 parent 7a11487 commit 978b6bc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions include/ignition/rendering/base/BaseNode.hh
Original file line number Diff line number Diff line change
Expand Up @@ -171,10 +171,11 @@ namespace ignition
public: virtual void PreRender() override;

// Documentation inherited
public: virtual void SetUserData(const std::string &_key, Variant _value);
public: virtual void SetUserData(const std::string &_key, Variant _value)
override;

// Documentation inherited
public: virtual Variant UserData(const std::string &_key) const;
public: virtual Variant UserData(const std::string &_key) const override;

protected: virtual void PreRenderChildren();

Expand Down

0 comments on commit 978b6bc

Please sign in to comment.