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