Browse Source

*** empty log message ***

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

+ 1 - 1
panda/src/graph/arcChain.h

@@ -128,7 +128,7 @@ public:
   INLINE bool operator == (const ArcChain &other) const;
   INLINE bool operator != (const ArcChain &other) const;
   INLINE bool operator < (const ArcChain &other) const;
-  int compare_to(const ArcChain &other) const;
+  INLINE int compare_to(const ArcChain &other) const;
 
   INLINE void output(ostream &out) const;