Update VImage8.h
Should fix the “nullptr undeclared” issue.
This commit is contained in:
parent
b0f21d2727
commit
c7f828e968
|
@ -162,7 +162,7 @@ public:
|
|||
|
||||
bool is_null() const
|
||||
{
|
||||
return vobject == nullptr;
|
||||
return vobject == 0;
|
||||
}
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue