Kaydet (Commit) e5a8eb9e authored tarafından Caolán McNamara's avatar Caolán McNamara

fix dbgutil build

Change-Id: If2a9d330bd7fde8db5e998e97c278fb19c90f24a
üst 42901059
...@@ -408,7 +408,7 @@ void SbxVariable::SetParent( SbxObject* p ) ...@@ -408,7 +408,7 @@ void SbxVariable::SetParent( SbxObject* p )
{ {
#ifdef DBG_UTIL #ifdef DBG_UTIL
// Will the parent of a SbxObject be set? // Will the parent of a SbxObject be set?
if ( p && 0 != dynamic_cast<const SbxObject*>( ) ) if (p)
{ {
// then this had to be a child of the new parent // then this had to be a child of the new parent
bool bFound = false; bool bFound = false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment