nullptr -> NULL
This commit is contained in:
parent
76760470f3
commit
237f33d4f0
@ -220,13 +220,13 @@ public:
|
||||
};
|
||||
namespace
|
||||
{
|
||||
MatAllocator* g_matAllocator = nullptr;
|
||||
MatAllocator* g_matAllocator = NULL;
|
||||
}
|
||||
|
||||
|
||||
MatAllocator* Mat::getDefaultAllocator()
|
||||
{
|
||||
if (g_matAllocator == nullptr)
|
||||
if (g_matAllocator == NULL)
|
||||
{
|
||||
g_matAllocator = getStdAllocator();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user