From 1b68413d0d78196cff780c0b76bce0ae7ad5cce6 Mon Sep 17 00:00:00 2001 From: apo Date: Wed, 26 Oct 2005 14:16:56 +0000 Subject: [PATCH] To fix a compilation problem --- src/SVTK/SVTK_View.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2