Skip to content

Commit

Permalink
Check for wxStrtol
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake-Madden committed Mar 31, 2024
1 parent 19d9eb1 commit 8eb7f36
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 @@ -174,6 +174,7 @@ namespace i18n_check
{ L"wxChar", L"Use wchar_t instead." },
{ L"wxStrftime", L"Use wxDateTime's formatting functions instead." },
{ L"wxStrtod", L"Use wxString::ToDouble() instead." },
{ L"wxStrtol", L"Use wxString::ToLong() instead." },
{ L"wxTrace", L"Use one of the wxLogTrace() functions or one of the wxVLogTrace() "
L"functions instead." },
{ L"WXTRACE", L"Use one of the wxLogTrace() functions or one of the wxVLogTrace() "
Expand Down

0 comments on commit 8eb7f36

Please sign in to comment.