nullptr -> NULL
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user