PIMemoryBlock fix
This commit is contained in:
@@ -74,7 +74,7 @@ public:
|
||||
|
||||
private:
|
||||
void * d = nullptr;
|
||||
int s;
|
||||
int s = 0;
|
||||
};
|
||||
|
||||
//! \~english Returns PIMemoryBlock from pointer to variable "ptr" with type "T"
|
||||
|
||||
Reference in New Issue
Block a user