浏览代码

Update M3DWrapper.h

Kim Kulling 4 年之前
父节点
当前提交
e8e720d584
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      code/AssetLib/M3D/M3DWrapper.h

+ 1 - 1
code/AssetLib/M3D/M3DWrapper.h

@@ -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; 
 }