Update M3DWrapper.h

pull/3999/head
Kim Kulling 2021-07-26 13:41:54 +02:00 committed by GitHub
parent 291c0a4faa
commit e8e720d584
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ inline std::string M3DWrapper::Name() const {
return std::string();
}
inline explicit operator M3DWrapper::bool() const {
inline M3DWrapper::operator bool() const {
return m3d_ != nullptr;
}