mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-03-23 18:54:01 +08:00
Avoid codespell false positive for "useES" member variable
It shouldn't replaced with "uses".
This commit is contained in:
@@ -32,3 +32,4 @@ expressions</em> (BRE). EREs are roughly those of the traditional @e egrep,
|
||||
bool AtLeast(int major, int minor = 0, int micro = 0) const
|
||||
bool AtLeast(int major, int minor = 0, int micro = 0) const;
|
||||
return AtLeast(0) || !m_name.empty() || !m_description.empty();
|
||||
bool useES = false;
|
||||
|
||||
Reference in New Issue
Block a user