On Tue, 8 Dec 2015 13:39:54 -0500
Donald Ziesig <[email protected]> wrote:

>[...] Hi Everyone!
> 
> I am using Lazarus 1.5 on a Raspberry Pi B 2 and I just encountered an 
> error I have never seen before while editing.
> 
> I am creating a new generic class as in:
> 
> type
>    generic TMyClass<T> = class(TMyBaseClass)
>       public
>          constructor Create( AParent : TMyBaseClass = nil);
>          destructor  Destroy; override;
>    end;
> 
> When I hit <ctrl-shift-C> for auto complete, I get the message "Error:  
> OOPS, I lost your class" and the implementation section looks like this:

Please create a bug report.

Mattias

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to