Re: uwog - r25892 - abiword/trunk/plugins/command/xp

From: Hubert Figuiere <hfiguiere_at_teaser.fr>
Date: Mon Mar 09 2009 - 18:20:51 CET

On 03/09/2009 01:03 PM, cvs@abisource.com wrote:
> + const char*suffix = const_cast<const char*>(rindex (pCom1->utf8_str (), '.'));

char * to const char * does NOT need a const_cast<>. const_cast<> is to
REMOVE the const-ness.

JFYI.

Hub
Received on Mon Mar 9 18:23:57 2009

This archive was generated by hypermail 2.1.8 : Mon Mar 09 2009 - 18:23:57 CET