From b797243fc48347099a1bf5ae70219dc2155ea6de Mon Sep 17 00:00:00 2001 From: David Rose Date: Tue, 17 Apr 2001 20:02:34 +0000 Subject: [PATCH] *** empty log message *** --- panda/src/graph/arcChain.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/graph/arcChain.h b/panda/src/graph/arcChain.h index 6136f1a107..bb6d783edc 100644 --- a/panda/src/graph/arcChain.h +++ b/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;