PIMemoryBlock fix

This commit is contained in:
2024-08-28 12:19:37 +03:00
parent ce846eca51
commit f002f6cedd
+1 -1
View File
@@ -73,7 +73,7 @@ public:
bool isNull() const { return d; }
private:
void * d;
void * d = nullptr;
int s;
};