Browse Source

*** empty log message ***

David Rose 25 years ago
parent
commit
2bed9412e6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/graph/nodeRelation.h

+ 1 - 1
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;