X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/30386aeb867e0b6311450a87c056c42301765a65..10d302224e3555520f3e3c29d4dc7b7a9654b295:/include/wx/buffer.h?ds=inline 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 // ----------------------------------------------------------------------------