mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-30 21:50:47 +01:00
GH #1050 XML: fix gcc -Wshadow warnings
This commit is contained in:
@@ -24,8 +24,8 @@ namespace XML {
|
||||
const XMLString Comment::NODE_NAME = toXMLString("#comment");
|
||||
|
||||
|
||||
Comment::Comment(Document* pOwnerDocument, const XMLString& data):
|
||||
CharacterData(pOwnerDocument, data)
|
||||
Comment::Comment(Document* pOwnerDocument, const XMLString& rData):
|
||||
CharacterData(pOwnerDocument, rData)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user