Explorar el Código

*** empty log message ***

David Rose hace 25 años
padre
commit
fcdafa6e98
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      panda/src/graph/nodeRelation.h

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