mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-23 08:31:43 +02:00
chore(XML): modernization: use nullptr instead of 0
This commit is contained in:
@@ -34,7 +34,7 @@ NamePoolTest::~NamePoolTest()
|
||||
void NamePoolTest::testNamePool()
|
||||
{
|
||||
AutoPtr<NamePool> pool = new NamePool;
|
||||
const Name* pName = 0;
|
||||
const Name* pName = nullptr;
|
||||
Name name("pre:local", "http://www.appinf.com");
|
||||
|
||||
pName = &pool->insert(name);
|
||||
|
Reference in New Issue
Block a user