mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-24 01:54:22 +00:00
Documentation fix.
This commit is contained in:
parent
7f4270ef59
commit
413954f60c
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ public:
|
|||
typedef CharPointer_UTF32 CharPointerType;
|
||||
#elif (JUCE_STRING_UTF_TYPE == 16)
|
||||
typedef CharPointer_UTF16 CharPointerType;
|
||||
#elif (JUCE_STRING_UTF_TYPE == 8)
|
||||
#elif (DOXYGEN || JUCE_STRING_UTF_TYPE == 8)
|
||||
typedef CharPointer_UTF8 CharPointerType;
|
||||
#else
|
||||
#error "You must set the value of JUCE_STRING_UTF_TYPE to be either 8, 16, or 32!"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue