Skip to content

Commit

Permalink
fixed Wsuggest-override
Browse files Browse the repository at this point in the history
  • Loading branch information
neojaw committed Oct 30, 2024
1 parent 38b97a2 commit 02686e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/device/include/ifm3d/device/err.h
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ namespace ifm3d
/**
* Exception message
*/
virtual const char* what() const noexcept;
const char* what() const noexcept override;

/**
* Accessor to the underlying error code
Expand Down

0 comments on commit 02686e4

Please sign in to comment.