On 05/08/2009 07:19 PM, cvs@abisource.com wrote:
> Author: frt
Just a comment:
> +OXML_SharedList OXML_Document::getListById(UT_uint32 id)
> +{
> + OXML_ListMap::iterator it;
> + it = m_lists_by_id.find(id);
> + return it != m_lists_by_id.end() ? it->second : OXML_SharedList() ;
> +}
> +
This method should be const.
Hub
Received on Mon May 11 08:50:19 2009
This archive was generated by hypermail 2.1.8 : Mon May 11 2009 - 08:50:19 CEST