mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 14:49:18 +02:00
* Added new visibility sections for objcprotocol
git-svn-id: trunk@47472 -
This commit is contained in:
parent
cf68d1f965
commit
08ab526a10
@ -280,7 +280,9 @@ const
|
|||||||
'Published',
|
'Published',
|
||||||
'Automated',
|
'Automated',
|
||||||
'StrictPrivate',
|
'StrictPrivate',
|
||||||
'StrictProtected'
|
'StrictProtected',
|
||||||
|
'Required',
|
||||||
|
'Optional'
|
||||||
);
|
);
|
||||||
|
|
||||||
PCUMemberHintNames: array[TPasMemberHint] of string = (
|
PCUMemberHintNames: array[TPasMemberHint] of string = (
|
||||||
|
Loading…
Reference in New Issue
Block a user