David Rose 21 年 前
コミット
351d9051f3
1 ファイル変更1 行追加1 行削除
  1. 1 1
      pandatool/src/eggbase/eggMultiBase.cxx

+ 1 - 1
pandatool/src/eggbase/eggMultiBase.cxx

@@ -42,7 +42,7 @@ EggMultiBase() {
      "If any do, abort with an error.  This option is designed to help "
      "If any do, abort with an error.  This option is designed to help "
      "detect errors when populating or building a standalone model tree, "
      "detect errors when populating or building a standalone model tree, "
      "which should be self-contained and include only relative pathnames.",
      "which should be self-contained and include only relative pathnames.",
-     &EggReader::dispatch_none, &_noabs);
+     &EggMultiBase::dispatch_none, &_noabs);
 }
 }
 
 
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////