synedit: allow procedure modifiers to be used in class

git-svn-id: trunk@22477 -
This commit is contained in:
paul 2009-11-07 15:08:27 +00:00
parent c0f0ab2673
commit 38cd84263c

View File

@ -128,7 +128,7 @@ const
// restrict cdecl etc to places where they can be.
// this needs a better parser
ProcModifierAllowed: TPascalCodeFoldBlockTypes =
[cfbtNone, cfbtProcedure, cfbtProgram, cfbtUnitSection]; // unitsection, actually interface only
[cfbtNone, cfbtProcedure, cfbtProgram, cfbtClassSection, cfbtUnitSection]; // unitsection, actually interface only
type