Browse Source

fix link error on opt4

David Rose 21 years ago
parent
commit
b5cf90cf1e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/interval/cInterval.h

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