> @@ -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