Browse Source

* Corrected visibility names

git-svn-id: trunk@34700 -
michael 8 years ago
parent
commit
c181889401
1 changed files with 2 additions and 1 deletions
  1. 2 1
      packages/fcl-passrc/src/pastree.pp

+ 2 - 1
packages/fcl-passrc/src/pastree.pp

@@ -1320,7 +1320,8 @@ const
       visPublished, visAutomated];
 
   VisibilityNames: array[TPasMemberVisibility] of string = (
-    'default', 'private', 'protected', 'public', 'published', 'automated','strict private', 'strict protected');
+    'default','private', 'protected', 'public', 'published', 'automated',
+    'strict private', 'strict protected');
 
   ObjKindNames: array[TPasObjKind] of string = (
     'object', 'class', 'interface','class','class','class helper','record helper','type helper');