From 7ccd27ca04aac825a35b02df1f6851d06a2c31b2 Mon Sep 17 00:00:00 2001 From: kgv Date: Mon, 5 May 2014 09:13:57 +0400 Subject: [PATCH] 0024892: AIS_TexturedShape::ShowTriangles overloads mismatch --- src/AIS/AIS_TexturedShape.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AIS/AIS_TexturedShape.hxx b/src/AIS/AIS_TexturedShape.hxx index 3247174130..e87063fa44 100644 --- a/src/AIS/AIS_TexturedShape.hxx +++ b/src/AIS/AIS_TexturedShape.hxx @@ -158,7 +158,7 @@ public: //! @name methods to alter texture mapping properties Standard_Boolean ShowTriangles() const { return myToShowTriangles; } //! Use this method to show the triangulation of the shape (for debugging etc.). - Standard_EXPORT void ShowTriangles (const Standard_Boolean theToShowTriangles = Standard_False); + Standard_EXPORT void ShowTriangles (const Standard_Boolean theToShowTriangles); //! @return true if texture color modulation is turned on Standard_Boolean TextureModulate() const { return myModulate; } -- 2.20.1