Burkhard Carstens wrote:
> lazarus 0.9.17 beta 9370M
> There are loads of messages like these:
> /home/bork/FreePascal/lazarus/lcl/interfaces/gtk2/
> gtk2wscustommemo.inc(153,29) Error: function header doesn't match the 
> forward declaration "class TGtk2WSCustomMemo.SetFont(const 
> TWinControl,const TFont)"
> 
> in Gtk2WSStdCtrls.pp and others.
> 
> This is because the declaration of most of the methodes changed to 
> "class function something" while the implementation still says 
> "function something".
> 
> Is it safe to just add the "class" keyword to the implementations?

Yes. This is because of a fixed compiler. The compiler accepted this
previously without the class keyword.

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to