From b5cf90cf1eb0d62f5693f43ba8bf48983d3e88d4 Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 22 Sep 2004 18:40:16 +0000 Subject: [PATCH] fix link error on opt4 --- direct/src/interval/cInterval.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/interval/cInterval.h b/direct/src/interval/cInterval.h index a138ec7597..48d08dda89 100644 --- a/direct/src/interval/cInterval.h +++ b/direct/src/interval/cInterval.h @@ -189,7 +189,7 @@ private: }; INLINE ostream &operator << (ostream &out, const CInterval &ival); -ostream &operator << (ostream &out, CInterval::State state); +EXPCL_DIRECT ostream &operator << (ostream &out, CInterval::State state); #include "cInterval.I"