PIMemoryBlock fix

This commit is contained in:
2024-08-28 12:19:57 +03:00
parent f002f6cedd
commit c43b914fb3

View File

@@ -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"