Browse Source

* Added new visibility sections for objcprotocol

git-svn-id: trunk@47472 -
(cherry picked from commit 08ab526a10a7a9df5ec4f9a31ebe0f6f008eddc9)
michael 4 years ago
parent
commit
b950340ebb
1 changed files with 3 additions and 1 deletions
  1. 3 1
      packages/pastojs/src/pas2jsfiler.pp

+ 3 - 1
packages/pastojs/src/pas2jsfiler.pp

@@ -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 = (