On 08/06/12 10:37 AM, cvs@abisource.com wrote:
> Modified: abiword/branches/gsoc2012table_headers/src/text/fmt/xp/fl_TableLayout.h
> ===================================================================
> --- abiword/branches/gsoc2012table_headers/src/text/fmt/xp/fl_TableLayout.h	2012-06-08 10:10:54 UTC (rev 31338)
> +++ abiword/branches/gsoc2012table_headers/src/text/fmt/xp/fl_TableLayout.h	2012-06-08 17:37:05 UTC (rev 31339)
> @@ -217,7 +217,7 @@
>  	{ return m_bDoingDestructor;}
>  
>  //Table Header
> -	const std::vector<UT_sint32> & getHeaderRowNos() const { return m_vHeaderRowNumber; }
> +	const std::vector<UT_sint32> getHeaderRowNos() const { return m_vHeaderRowNumber; }
>  	bool isHeaderSet() const { return m_bIsHeaderSet; }
>  protected:
>  	virtual void		        _lookupProperties(const PP_AttrProp* pSectionAP);
Why no longer a const ref? It does not make sense.
Hub
Received on Fri Jun  8 19:46:58 2012
This archive was generated by hypermail 2.1.8 : Fri Jun 08 2012 - 19:46:58 CEST