diff --git a/components/jcf2/Parse/Tokens.pas b/components/jcf2/Parse/Tokens.pas index 646b439670..2875b1c646 100644 --- a/components/jcf2/Parse/Tokens.pas +++ b/components/jcf2/Parse/Tokens.pas @@ -370,7 +370,7 @@ const ClassDirectives: TTokenTypeSet = [ttPrivate, ttProtected, ttPublic, ttPublished, ttAutomated, ttStrict]; HintDirectives: TTokenTypeSet = [ttDeprecated, ttLibrary, ttPlatform, - ttExperimental, ttUnimplemented]; + ttExperimental, ttUnimplemented, ttStatic]; AllDirectives: TTokenTypeSet = [ttAbsolute, ttExternal, ttPascal, ttSafecall,