From ac59886960b4ae691418d18fab2e8599d47da6e9 Mon Sep 17 00:00:00 2001 From: Erwin Coumans Date: Wed, 27 Jun 2018 07:39:56 -0700 Subject: [PATCH] fix hidden API --- examples/CommonInterfaces/CommonGUIHelperInterface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/CommonInterfaces/CommonGUIHelperInterface.h b/examples/CommonInterfaces/CommonGUIHelperInterface.h index de3172d18..5f24b4718 100644 --- a/examples/CommonInterfaces/CommonGUIHelperInterface.h +++ b/examples/CommonInterfaces/CommonGUIHelperInterface.h @@ -201,7 +201,7 @@ struct DummyGUIHelper : public GUIHelperInterface { } - virtual int addUserDebugLine(const double debugLineFromXYZ[3], const double debugLineToXYZ[3], const double debugLineColorRGB[3], double lineWidth, double lifeTime , int trackingVisualShapeIndex) + virtual int addUserDebugLine(const double debugLineFromXYZ[3], const double debugLineToXYZ[3], const double debugLineColorRGB[3], double lineWidth, double lifeTime , int trackingVisualShapeIndex, int replaceItemUid) { return -1; }