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

From: Tomas Frydrych <tf_at_o-hand.com>
Date: Tue Jan 30 2007 - 09:06:21 CET

Hubert Figuiere wrote:
>> @@ -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<>& ?
>

An oversight; thanks for fixing this.

Tomas
Received on Tue Jan 30 09:06:38 2007

This archive was generated by hypermail 2.1.8 : Tue Jan 30 2007 - 09:06:41 CET