No changes, just fix a typo in a recently added comment
This commit is contained in:
@@ -45,7 +45,7 @@ struct WXDLLIMPEXP_BASE wxStringOperationsWchar
|
|||||||
{ return i1 - i2; }
|
{ return i1 - i2; }
|
||||||
|
|
||||||
#if wxUSE_UNICODE_UTF16
|
#if wxUSE_UNICODE_UTF16
|
||||||
// encodes th characters as UTF-16:
|
// encodes the characters as UTF-16:
|
||||||
struct Utf16CharBuffer
|
struct Utf16CharBuffer
|
||||||
{
|
{
|
||||||
Utf16CharBuffer() : data() {}
|
Utf16CharBuffer() : data() {}
|
||||||
|
Reference in New Issue
Block a user