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; }