From 5181ac7b13f00d6778b8e3e7267a882123f5c9c5 Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 7 Feb 2001 01:16:58 +0000 Subject: [PATCH] *** empty log message *** --- panda/src/dgraph/dataGraphTraversal.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/panda/src/dgraph/dataGraphTraversal.h b/panda/src/dgraph/dataGraphTraversal.h index 21a6e966ee..9e3f45f471 100644 --- a/panda/src/dgraph/dataGraphTraversal.h +++ b/panda/src/dgraph/dataGraphTraversal.h @@ -23,7 +23,9 @@ #include class Node; - + +BEGIN_PUBLISH + //////////////////////////////////////////////////////////////////// // Function: traverse_data_graph // Description: Initiates a traversal of the data graph given the @@ -33,4 +35,6 @@ class Node; //////////////////////////////////////////////////////////////////// void EXPCL_PANDA traverse_data_graph(Node *root); +END_PUBLISH + #endif