Base: [skip ci] allow to replace twin object of PyObjectBase

This commit is contained in:
wmayer
2020-09-28 11:21:20 +02:00
parent 0fd7f05a5f
commit 27b9192539
2 changed files with 13 additions and 0 deletions

View File

@@ -294,6 +294,9 @@ public:
_pcTwinPointer = 0;
}
/// Overrides the pointer to the twin object
void setPointer(void* ptr, bool del=false);
bool isValid() {
return StatusBits.test(Valid);
}