From: <sv...@ww...> - 2005-12-11 20:18:51
|
Author: mkrose Date: 2005-12-11 12:18:45 -0800 (Sun, 11 Dec 2005) New Revision: 1765 Modified: trunk/CSP/csp/csplib/spatial/QuadTree.h Log: Yet more export fixups for windows. Browse at: https://www.zerobar.net/viewcvs/viewcvs.cgi?view=rev&rev=1765 Modified: trunk/CSP/csp/csplib/spatial/QuadTree.h =================================================================== --- trunk/CSP/csp/csplib/spatial/QuadTree.h 2005-12-11 20:04:34 UTC (rev 1764) +++ trunk/CSP/csp/csplib/spatial/QuadTree.h 2005-12-11 20:18:45 UTC (rev 1765) @@ -374,9 +374,9 @@ void dump(std::ostream &os) const; }; -extern std::ostream & operator << (std::ostream &os, QuadTree const &q); -extern std::ostream & operator << (std::ostream &os, Point const &p); -extern std::ostream & operator << (std::ostream &os, Region const &r); +extern CSPLIB_EXPORT std::ostream & operator << (std::ostream &os, QuadTree const &q); +extern CSPLIB_EXPORT std::ostream & operator << (std::ostream &os, Point const &p); +extern CSPLIB_EXPORT std::ostream & operator << (std::ostream &os, Region const &r); } // namespace spatial |