David Rose 25 лет назад
Родитель
Сommit
440e605a44
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      dtool/src/interrogate/interrogateBuilder.cxx

+ 4 - 0
dtool/src/interrogate/interrogateBuilder.cxx

@@ -1899,6 +1899,10 @@ define_struct_type(InterrogateType &itype, CPPStructType *cpptype,
     itype._flags |= InterrogateType::F_unpublished;
     return;
   }
+  if (TypeManager::involves_protected(cpptype)) {
+    itype._flags &= ~InterrogateType::F_fully_defined;
+    return;
+  }
 
   // A struct type should always be global.
   itype._flags |= InterrogateType::F_global;