소스 검색

Update M3DWrapper.h

Kim Kulling 4 년 전
부모
커밋
aeae2cf242
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      code/AssetLib/M3D/M3DWrapper.h

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

@@ -96,7 +96,7 @@ public:
 	explicit operator bool() const;
 
 	// Allow direct access to M3D API
-	m3d_t *operator->();
+	m3d_t *operator->() const;
 	m3d_t *M3D() const;
 
 private: