소스 검색

test: fix compilation warnings caused by constant strings being cast

to char *.
legacy
Sam Hocevar sam 13 년 전
부모
커밋
48b0f20f00
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      test/PhysicObject.h

+ 1
- 1
test/PhysicObject.h 파일 보기

@@ -37,7 +37,7 @@ public:
PhysicsObject(Simulation* new_sim, float base_mass, const vec3 &base_location, int RandValue = -1)
: m_ready(false), m_should_render(true)
{
Array<char *> MeshRand;
Array<char const *> MeshRand;

MeshRand << "[sc#add afcb2 2 2 -.1]";
MeshRand << "[sc#dad afcb2 2 2 -.1]";


불러오는 중...
취소
저장