Skip to content

Commit

Permalink
Fix a comment mentioning the now removed ANSI build
Browse files Browse the repository at this point in the history
Speaking of ANSI build was confusing, so don't.
  • Loading branch information
vadz committed Mar 27, 2023
1 parent 133fd7f commit 7fba58c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/wx/string.h
Expand Up @@ -1685,7 +1685,7 @@ class WXDLLIMPEXP_BASE wxString
// conversions with (possible) format conversions: have to return a
// buffer with temporary data
//
// the functions defined (in either Unicode or ANSI) mode are mb_str() to
// All builds of the library define the same functions: mb_str() to
// return an ANSI (multibyte) string, wc_str() to return a wide string and
// fn_str() to return a string which should be used with the OS APIs
// accepting the file names. The return value is always the same, but the
Expand Down

0 comments on commit 7fba58c

Please sign in to comment.