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