From c1c9015c7c5f5645cf541f562421970e361d6d2b Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Mon, 16 May 2011 23:50:00 +0200 Subject: revert part of 5cd163969b0958bd5812f837ff014409bf5b72ce size_t is unsigned type, but function returns negative value (function is apparenly not used anywhere else) --- l10ntools/source/xmlparse.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'l10ntools/source/xmlparse.cxx') diff --git a/l10ntools/source/xmlparse.cxx b/l10ntools/source/xmlparse.cxx index 6713339b3e14..7b0b11817687 100644 --- a/l10ntools/source/xmlparse.cxx +++ b/l10ntools/source/xmlparse.cxx @@ -188,7 +188,7 @@ int XMLParentNode::GetPosition( ByteString id ){ } /*****************************************************************************/ -size_t XMLParentNode::RemoveChild( XMLElement *pRefElement ) +int XMLParentNode::RemoveChild( XMLElement *pRefElement ) /*****************************************************************************/ { XMLElement* a; -- cgit