Skip to content

Commit

Permalink
Fix typo in message
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake-Madden committed Mar 9, 2024
1 parent 30e423c commit 19d9eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/i18n_review.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ namespace i18n_check
{ L"wxRound", L"Use std::lround() instead." },
{ L"wxIsNan", L"Use std::isnan() instead." },
{ L"wxDECLARE_EVENT_TABLE",
L"Prefer using Bind() within of a class's CTOR instead of message maps." },
L"Prefer using Bind() within a class's CTOR instead of message maps." },
{ L"__WXMAC__", L"Use __WXOSX__ instead." },
{ L"WXSIZEOF", L"Use std::size() instead (requires C++17)." },
{ L"wxOVERRIDE", L"Use override or final instead." },
Expand Down

0 comments on commit 19d9eb1

Please sign in to comment.