From 2bed9412e69b934550344925cc50adaaf046fd69 Mon Sep 17 00:00:00 2001 From: David Rose Date: Thu, 26 Apr 2001 15:18:47 +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 f0fdf67833..b64d3da543 100644 --- a/panda/src/graph/nodeRelation.h +++ b/panda/src/graph/nodeRelation.h @@ -211,7 +211,7 @@ private: static TypeHandle _stashed_type_handle; // Should not include storage class specifiers in friend declaration. - friend void remove_arc(NodeRelation *arc); + friend EXPCL_PANDA void remove_arc(NodeRelation *arc); friend class Node; friend class NodeTransitionWrapper;