Put back an assertion in Object::DoQueryInterface, erroneously removed during branch merging.
This commit is contained in:
@@ -192,6 +192,7 @@ Object::~Object ()
|
||||
Ptr<Object>
|
||||
Object::DoQueryInterface (InterfaceId iid) const
|
||||
{
|
||||
NS_ASSERT (Check ());
|
||||
const Object *currentObject = this;
|
||||
do {
|
||||
NS_ASSERT (currentObject != 0);
|
||||
|
||||
Reference in New Issue
Block a user