Browse Source

fix for MSVC9

Chris Brunner 17 years ago
parent
commit
01493c57c3
1 changed files with 1 additions and 1 deletions
  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;