Skip to content

Commit

Permalink
clang-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
d-frey committed May 16, 2020
1 parent 6a8fcc8 commit 8de689b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/tao/pegtl/parse_error.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ namespace TAO_PEGTL_NAMESPACE
: parse_error( msg.c_str(), in.position() )
{}

[[nodiscard]] const char* what() const noexcept
[[nodiscard]] const char* what() const noexcept override
{
return m_impl->what();
}
Expand Down

0 comments on commit 8de689b

Please sign in to comment.