> 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
signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
_______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

