* fixed oo_is_forward flag (from old patch by Dave Strodt)

git-svn-id: trunk@11662 -
This commit is contained in:
Jonas Maebe 2008-08-29 07:42:21 +00:00
parent ffeba2fd10
commit 02913dc738

View File

@ -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'),