Jordi Mas wrote: > Basically, my idea is to add a member char* > pt_PieceTable::s_getLocalisedStyleName(char *sz)
Why the "s_" whart? Also, shouldn't both the argument and the return type be "const char*"? If so, the whole function should be const. /Mike - just nitpicking. Please only follow up to the list.
