fix link error on opt4

This commit is contained in:
David Rose 2004-09-22 18:40:16 +00:00
parent b672970141
commit b5cf90cf1e

View File

@ -189,7 +189,7 @@ private:
}; };
INLINE ostream &operator << (ostream &out, const CInterval &ival); 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" #include "cInterval.I"