diff --git a/headers/private/shared/Referenceable.h b/headers/private/shared/Referenceable.h index f65c4eaff3..d83923bc0f 100644 --- a/headers/private/shared/Referenceable.h +++ b/headers/private/shared/Referenceable.h @@ -119,6 +119,11 @@ public: return fObject; } + operator Type*() const + { + return fObject; + } + BReference& operator=(const BReference& other) { SetTo(other.fObject);