소스 검색

fix for MSVC9

Chris Brunner 17 년 전
부모
커밋
01493c57c3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pandatool/src/softegg/softNodeTree.cxx

+ 1 - 1
pandatool/src/softegg/softNodeTree.cxx

@@ -142,7 +142,7 @@ GetModelNoteInfo( SAA_Scene *scene, SAA_Elem *model ) {
 ////////////////////////////////////////////////////////////////////
 char *SoftNodeTree::
 GetRootName( const char *name ) {
-  char *hyphen;
+  const char *hyphen;
   char *root;
   int len;