Update STEPFile.h
parent
eb7d0b7b74
commit
3ee9e841df
|
@ -520,7 +520,7 @@ public:
|
||||||
}
|
}
|
||||||
|
|
||||||
const Object &operator*() const {
|
const Object &operator*() const {
|
||||||
if (obj != nullptr) {
|
if (!obj) {
|
||||||
LazyInit();
|
LazyInit();
|
||||||
ai_assert(obj);
|
ai_assert(obj);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue