diff -rc inventor/lib/database/src/so/SoPath.c++ inventor-fixed/lib/database/src/so/SoPath.c++ *** inventor/lib/database/src/so/SoPath.c++ Tue Oct 17 14:28:06 2000 --- inventor-fixed/lib/database/src/so/SoPath.c++ Tue Oct 17 10:54:11 2000 *************** *** 568,574 **** // // Use: public ! operator ==(const SoPath &p1, const SoPath &p2) // //////////////////////////////////////////////////////////////////////// { --- 568,574 ---- // // Use: public ! int operator ==(const SoPath &p1, const SoPath &p2) // //////////////////////////////////////////////////////////////////////// { diff -rc inventor/lib/nodekits/src/SoNodeKitPath.c++ inventor-fixed/lib/nodekits/src/SoNodeKitPath.c++ *** inventor/lib/nodekits/src/SoNodeKitPath.c++ Tue Oct 17 14:28:15 2000 --- inventor-fixed/lib/nodekits/src/SoNodeKitPath.c++ Tue Oct 17 14:06:41 2000 *************** *** 452,458 **** // are the same length, the heads are the same, and all the nodekits // on them are the same. // ! operator ==(const SoNodeKitPath &p1, const SoNodeKitPath &p2) { int i; --- 452,458 ---- // are the same length, the heads are the same, and all the nodekits // on them are the same. // ! int operator ==(const SoNodeKitPath &p1, const SoNodeKitPath &p2) { int i; Only in inventor-fixed/libSoXt: libInventorXt.so diff -rc inventor/libSoXt/src/SoXt.c++ inventor-fixed/libSoXt/src/SoXt.c++ *** inventor/libSoXt/src/SoXt.c++ Tue Oct 17 14:28:16 2000 --- inventor-fixed/libSoXt/src/SoXt.c++ Tue Oct 17 13:53:49 2000 *************** *** 71,77 **** // now it is just sample code. We include it here for convenience // to our users. extern "C" { ! iv_SG_getPopupArgs(Display *, int, ArgList, int *); } --- 71,77 ---- // now it is just sample code. We include it here for convenience // to our users. extern "C" { ! void iv_SG_getPopupArgs(Display *, int, ArgList, int *); } diff -rc inventor/libSoXt/src/motif/SoXtMinMax.c++ inventor-fixed/libSoXt/src/motif/SoXtMinMax.c++ *** inventor/libSoXt/src/motif/SoXtMinMax.c++ Tue Oct 17 14:28:16 2000 --- inventor-fixed/libSoXt/src/motif/SoXtMinMax.c++ Tue Oct 17 14:03:10 2000 *************** *** 76,82 **** static XtResource _scaleStyleResources[] = { { XmNorientation, XmCOrientation, XmROrientation, sizeof( unsigned char), XtOffset( ScaleStyleDataPtr, orientation ), ! XtRString, "horizontal" }, { XmNdecimalPoints, XmCDecimalPoints, XmRShort, sizeof( short), XtOffset( ScaleStyleDataPtr, decimalPoints ), XtRImmediate, (XtPointer) DEFAULT_SLIDER_DECIMAL_POINTS }, --- 76,82 ---- static XtResource _scaleStyleResources[] = { { XmNorientation, XmCOrientation, XmROrientation, sizeof( unsigned char), XtOffset( ScaleStyleDataPtr, orientation ), ! XtRString, (void *) "horizontal" }, { XmNdecimalPoints, XmCDecimalPoints, XmRShort, sizeof( short), XtOffset( ScaleStyleDataPtr, decimalPoints ), XtRImmediate, (XtPointer) DEFAULT_SLIDER_DECIMAL_POINTS },