X-Git-Url: https://git.saurik.com/apple/cf.git/blobdiff_plain/e29e285d3d9609139118ac80bd8cad0e1c69862f..refs/heads/master:/CFPriv.h?ds=inline diff --git a/CFPriv.h b/CFPriv.h index 475a4b2..72131bc 100644 --- a/CFPriv.h +++ b/CFPriv.h @@ -497,7 +497,7 @@ void CFCharacterSetInitInlineBuffer(CFCharacterSetRef cset, CFCharacterSetInline @result true, if the value is in the character set, otherwise false. */ #if defined(CF_INLINE) -CF_INLINE bool CFCharacterSetInlineBufferIsLongCharacterMember(CFCharacterSetInlineBuffer *buffer, UTF32Char character) { +CF_INLINE bool CFCharacterSetInlineBufferIsLongCharacterMember(const CFCharacterSetInlineBuffer *buffer, UTF32Char character) { bool isInverted = ((0 == (buffer->flags & kCFCharacterSetIsInverted)) ? false : true); if ((character >= buffer->rangeStart) && (character < buffer->rangeLimit)) {