From fcdafa6e984d81e0da2041df5f202c78572bfc9c Mon Sep 17 00:00:00 2001 From: David Rose Date: Thu, 26 Apr 2001 15:58:48 +0000 Subject: [PATCH] *** empty log message *** --- panda/src/graph/nodeRelation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/graph/nodeRelation.h b/panda/src/graph/nodeRelation.h index b64d3da543..875b5a018f 100644 --- a/panda/src/graph/nodeRelation.h +++ b/panda/src/graph/nodeRelation.h @@ -32,7 +32,7 @@ class Node; // type of graph, hence the parameter. extern EXPCL_PANDA UpdateSeq &last_graph_update(TypeHandle graph_type); -extern EXPCL_PANDA INLINE_GRAPH void remove_arc(NodeRelation *arc); +EXPCL_PANDA INLINE_GRAPH void remove_arc(NodeRelation *arc); /////////////////////////////////////////////////////////////////// // Class : NodeRelation