From: apo Date: Wed, 26 Oct 2005 14:16:56 +0000 (+0000) Subject: To fix a compilation problem X-Git-Tag: TG-D5-38-2003_D2005-29-12~36 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1b68413d0d78196cff780c0b76bce0ae7ad5cce6;p=modules%2Fgui.git To fix a compilation problem --- diff --git a/src/SVTK/SVTK_View.h b/src/SVTK/SVTK_View.h index edd6ec1f7..2512c3497 100644 --- a/src/SVTK/SVTK_View.h +++ b/src/SVTK/SVTK_View.h @@ -44,7 +44,7 @@ public: //---------------------------------------------------------------------------- //! Redirect the request to #SVTK_MainWindow::Repaint (just for flexibility) void - Repaint(bool theUpdateTrihedron); + Repaint(bool theUpdateTrihedron = true); //---------------------------------------------------------------------------- //! Redirect the request to #SVTK_MainWindow::GetRenderer (just for flexibility)