mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 12:41:37 +02:00
* fixed oo_is_forward flag (from old patch by Dave Strodt)
git-svn-id: trunk@11662 -
This commit is contained in:
parent
ffeba2fd10
commit
02913dc738
@ -1312,7 +1312,7 @@ type
|
||||
const
|
||||
symopts=14;
|
||||
symopt : array[1..symopts] of tsymopt=(
|
||||
(mask:oo_has_virtual; str:'IsForward'),
|
||||
(mask:oo_is_forward; str:'IsForward'),
|
||||
(mask:oo_has_virtual; str:'HasVirtual'),
|
||||
(mask:oo_has_private; str:'HasPrivate'),
|
||||
(mask:oo_has_protected; str:'HasProtected'),
|
||||
|
Loading…
Reference in New Issue
Block a user