gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-dev] forward declaration?


From: Benjamin Wolsey
Subject: Re: [Gnash-dev] forward declaration?
Date: Fri, 07 Aug 2009 15:01:26 +0200

> there is the declaration
> 
>     virtual Renderer* createRenderHandler() = 0;
> 
> which used to be 
> 
>     virtual renderer_handler* createRenderHandler() = 0;
> 
> this was causing a compiler error
> 
> In trunk/libcore/gnash.h
> 
> should not Renderer be added a forward declaration?
> 

No, it should be added in the headers it's used in. In current trunk
it's forward declared in kde_glue.h, after someone else reported a bug.

Current bzr revision is 11384 (bzr revno). If your build fails with that
revno, please submit a bug report with a good chunk of the end of the
compile output.

--
Free Flash, use Gnash
http://www.gnu.org/software/gnash/

Benjamin Wolsey, Software Developer - http://benjaminwolsey.de

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


reply via email to

[Prev in Thread] Current Thread [Next in Thread]