Re: Dot notation in Ada 2005



Upps ! Just replace:
...
type My_Private_Class is private;
...

with
...
type My_Private_Class is tagged private;
...

ooohhhkay ! Thanks for the lighting-fast response !

.