X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/30386aeb867e0b6311450a87c056c42301765a65..b7527dde394466affd11a1119b030bcd985fd089:/include/wx/buffer.h diff --git a/include/wx/buffer.h b/include/wx/buffer.h index bfaba4e58d..81a445afe5 100644 --- a/include/wx/buffer.h +++ b/include/wx/buffer.h @@ -228,9 +228,9 @@ typedef wxWritableCharTypeBuffer wxWritableWCharBuffer; // type of the value returned by wxString::utf8_str() #if wxUSE_UNICODE_UTF8 - #define wxUTF8Buf wxCharBuffer -#else #define wxUTF8Buf char * +#else + #define wxUTF8Buf wxCharBuffer #endif // ----------------------------------------------------------------------------