From: Braden M. <br...@us...> - 2006-05-19 21:55:10
|
Update of /cvsroot/openvrml/openvrml/src/libopenvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv9136/src/libopenvrml/openvrml Modified Files: browser.h Log Message: Added OPENVRML_API to friend declaration of operator==(const node_type &, const node_type &). Index: browser.h =================================================================== RCS file: /cvsroot/openvrml/openvrml/src/libopenvrml/openvrml/browser.h,v retrieving revision 1.59 retrieving revision 1.60 diff -C2 -d -r1.59 -r1.60 *** browser.h 18 May 2006 04:11:30 -0000 1.59 --- browser.h 19 May 2006 21:55:08 -0000 1.60 *************** *** 172,176 **** friend class Vrml97Parser; friend class X3DVrmlParser; ! friend bool operator==(const node_type &, const node_type &) OPENVRML_NOTHROW; --- 172,176 ---- friend class Vrml97Parser; friend class X3DVrmlParser; ! friend bool OPENVRML_API operator==(const node_type &, const node_type &) OPENVRML_NOTHROW; |