mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 10:36:20 +02:00
codetools: fixed typo in AllClasses definition
git-svn-id: trunk@29369 -
This commit is contained in:
parent
fdd7b978e2
commit
10a078069c
@ -161,7 +161,7 @@ const
|
||||
AllClassInterfaces = [ctnClassInterface,ctnDispinterface,ctnObjCProtocol];
|
||||
AllClassObjects = [ctnClass,ctnObject,ctnRecordType,
|
||||
ctnObjCClass,ctnObjCCategory,ctnCPPClass];
|
||||
AllClasses = AllClassObjects+AllClassObjects;
|
||||
AllClasses = AllClassObjects+AllClassInterfaces;
|
||||
AllClassModifiers = [ctnClassAbstract, ctnClassSealed, ctnClassExternal];
|
||||
AllDefinitionSections =
|
||||
[ctnTypeSection,ctnVarSection,ctnConstSection,ctnResStrSection,
|
||||
|
Loading…
Reference in New Issue
Block a user