David Rose 19 years ago
parent
commit
090d0d8603
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dtool/src/dtoolbase/typeHandle.h

+ 1 - 1
dtool/src/dtoolbase/typeHandle.h

@@ -151,7 +151,7 @@ INLINE ostream &operator << (ostream &out, TypeHandle type) {
   return out;
   return out;
 }
 }
 
 
-ostream &operator << (ostream &out, TypeHandle::MemoryClass mem_class);
+EXPCL_DTOOL ostream &operator << (ostream &out, TypeHandle::MemoryClass mem_class);
 
 
 // We must include typeRegistry at this point so we can call it from
 // We must include typeRegistry at this point so we can call it from
 // our inline functions.  This is a circular include that is
 // our inline functions.  This is a circular include that is