From: kgv Date: Mon, 5 May 2014 05:13:57 +0000 (+0400) Subject: 0024892: AIS_TexturedShape::ShowTriangles overloads mismatch X-Git-Tag: V6_8_0_beta~341 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=7ccd27ca04aac825a35b02df1f6851d06a2c31b2;p=occt-copy.git 0024892: AIS_TexturedShape::ShowTriangles overloads mismatch --- 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; }