PIMemoryBlock fix
This commit is contained in:
@@ -73,7 +73,7 @@ public:
|
|||||||
bool isNull() const { return d; }
|
bool isNull() const { return d; }
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void * d;
|
void * d = nullptr;
|
||||||
int s;
|
int s;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user