Suppress spurious errors about "AtLeast" misspelling
This is a perfectly cromulent function name.
This commit is contained in:
parent
2a39377ca4
commit
6a6061beae
1 changed files with 2 additions and 0 deletions
|
|
@ -29,3 +29,5 @@ expressions</em> (BRE). EREs are roughly those of the traditional @e egrep,
|
||||||
static wxString ConvertFromBasic(const wxString& bre);
|
static wxString ConvertFromBasic(const wxString& bre);
|
||||||
@c makefile.unx in the sample directory to build it using the version of
|
@c makefile.unx in the sample directory to build it using the version of
|
||||||
makefile.unx</code> in the sample directory to build it.
|
makefile.unx</code> in the sample directory to build it.
|
||||||
|
bool AtLeast(int major, int minor = 0, int micro = 0) const
|
||||||
|
bool AtLeast(int major, int minor = 0, int micro = 0) const;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue