Skip to content

Commit

Permalink
Warning about wxEXPAND
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake-Madden committed Sep 4, 2024
1 parent bdfef80 commit b5b3566
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/i18n_review.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,9 @@ namespace i18n_check
{ L"DECLARE_NO_COPY_CLASS",
L"Delete the copy CTOR and assignment operator instead of DECLARE_NO_COPY_CLASS." },
{ L"wxGROW", L"Call wxSizer::Add() with a wxSizerFlags object using Expand() instead "
"of wxGROW." }
"of wxGROW." },
{ L"wxEXPAND", L"Call wxSizer::Add() with a wxSizerFlags object using Expand() instead "
"of wxEXPAND." }
};

if (m_min_cpp_version >= 17)
Expand Down

0 comments on commit b5b3566

Please sign in to comment.