Explorar o código

Update M3DWrapper.h

Kim Kulling %!s(int64=4) %!d(string=hai) anos
pai
achega
e8e720d584
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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; 
 }