From: Dan D. <da...@de...> - 2003-09-22 13:54:57
|
On Mon, 2003-09-22 at 09:44, SourceForge.net wrote: > +CommentNode* Element::add_comment(const std::string& > content) > +{ > + if(cobj()->type == XML_ELEMENT_NODE) this test is not necessary |