From 4caaf386c1e52c81e28e8c79dc0caa663e975ce2 Mon Sep 17 00:00:00 2001 From: David Rose Date: Fri, 14 Jan 2005 21:36:16 +0000 Subject: [PATCH] use typeName().asChar() --- pandatool/src/mayaegg/mayaToEggConverter.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandatool/src/mayaegg/mayaToEggConverter.cxx b/pandatool/src/mayaegg/mayaToEggConverter.cxx index 3417b6a059..4b78164c0d 100644 --- a/pandatool/src/mayaegg/mayaToEggConverter.cxx +++ b/pandatool/src/mayaegg/mayaToEggConverter.cxx @@ -743,7 +743,7 @@ process_model_node(MayaNodeDesc *node_desc) { if (mayaegg_cat.is_debug()) { mayaegg_cat.debug() - << path << ": " << dag_node.typeName(); + << path << ": " << dag_node.typeName().asChar(); if (MAnimUtil::isAnimated(dag_path)) { mayaegg_cat.debug(false)