소스 검색

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