Re: CVS: commit tomas_f abi/src/af/gr/unix gr_UnixPangoGraphics.cpp gr_UnixPangoGraphics.h

From: Hubert Figuiere <hfiguiere_at_teaser.fr>
Date: Mon Jan 29 2007 - 23:54:21 CET

> @@ -241,7 +244,7 @@
> virtual void setClipRect(const UT_Rect* pRect);
> virtual UT_uint32 getDeviceResolution(void) const;
>
> - static UT_GenericVector<const char*> * getAllFontNames(void);
> + static std::vector<const char *> & getAllFontNames(void);
> static UT_uint32 getAllFontCount();
> virtual GR_Font * getDefaultFont(GR_Font::FontFamilyEnum f = GR_Font::FF_Roman,

Is there a reason why you don't return a const std::vector<>& ?

Hub
Received on Mon Jan 29 23:54:23 2007

This archive was generated by hypermail 2.1.8 : Mon Jan 29 2007 - 23:54:25 CET