Update M3DWrapper.h
parent
291c0a4faa
commit
e8e720d584
|
@ -113,7 +113,7 @@ inline std::string M3DWrapper::Name() const {
|
||||||
return std::string();
|
return std::string();
|
||||||
}
|
}
|
||||||
|
|
||||||
inline explicit operator M3DWrapper::bool() const {
|
inline M3DWrapper::operator bool() const {
|
||||||
return m3d_ != nullptr;
|
return m3d_ != nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue