mirror of
https://github.com/opencv/opencv.git
synced 2025-06-16 06:40:49 +08:00
nullptr -> NULL
This commit is contained in:
parent
76760470f3
commit
237f33d4f0
@ -220,13 +220,13 @@ public:
|
|||||||
};
|
};
|
||||||
namespace
|
namespace
|
||||||
{
|
{
|
||||||
MatAllocator* g_matAllocator = nullptr;
|
MatAllocator* g_matAllocator = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
MatAllocator* Mat::getDefaultAllocator()
|
MatAllocator* Mat::getDefaultAllocator()
|
||||||
{
|
{
|
||||||
if (g_matAllocator == nullptr)
|
if (g_matAllocator == NULL)
|
||||||
{
|
{
|
||||||
g_matAllocator = getStdAllocator();
|
g_matAllocator = getStdAllocator();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user