Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake-Madden committed Feb 1, 2024
2 parents 712dcb0 + 3c15d6f commit 60ed494
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/i18n_review.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ namespace i18n_check
{ L"wxMax", L"Use std::max() instead." },
{ L"wxRound", L"Use std::lround() instead." },
{ L"wxIsNan", L"Use std::isnan() instead." },
{ L"__WXMAC__", L"Use __WXOSX__ instead." },
{ L"wxOVERRIDE", L"Use override or final instead." },
{ L"wxNOEXCEPT", L"Use noexcept instead (requires C++17)." },
{ L"WXUNUSED", L"Use [[maybe_unused]] instead (requires C++17)." },
Expand Down

0 comments on commit 60ed494

Please sign in to comment.