On 23.05.2016 10:25, Ondrej Pokorny wrote:
On 23.05.2016 9:14, Michael Van Canneyt wrote:
  {$SCOPEDENUMS ON}
  Tsensitivity = (normal,personal,private,confidential);


It works for me (Laz 1.7 trunk).
(I added SCOPEDENUMS CodeTools support to 1.7 some time ago.)

Sorry, I haven't checked the full mantis issue but only your email. Yes, it happens in an external unit.

Quick fix until it gets fixed (if you haven't figured it yourself):
  {$SCOPEDENUMS ON}
  Tsensitivity = (normal,personal,&private,confidential);

Ondrej


--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to