Update STEPFile.h

pull/5627/head
Kim Kulling 2024-06-18 14:12:20 +02:00 committed by GitHub
parent eb7d0b7b74
commit 3ee9e841df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -520,7 +520,7 @@ public:
}
const Object &operator*() const {
if (obj != nullptr) {
if (!obj) {
LazyInit();
ai_assert(obj);
}