X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FVTKViewer%2FVTKViewer_Filter.cxx;h=67e47a0b5e42fcf00327110e56b2f1e2836bf3e6;hb=b6e35aa42d3c67a529d7f9339718dfaed6891323;hp=63e048e2754799ec4bd1a83c3ef372801bf6d0b7;hpb=4323e4e185bc05de8215f3cc12e077f4ccf953bc;p=modules%2Fgui.git diff --git a/src/VTKViewer/VTKViewer_Filter.cxx b/src/VTKViewer/VTKViewer_Filter.cxx old mode 100755 new mode 100644 index 63e048e27..67e47a0b5 --- a/src/VTKViewer/VTKViewer_Filter.cxx +++ b/src/VTKViewer/VTKViewer_Filter.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2024 CEA, EDF, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS @@ -51,7 +51,7 @@ VTKViewer_Filter::~VTKViewer_Filter() * \param theCellId - cell id. * \retval \c true - if cell id is valid, else \c false. */ -bool VTKViewer_Filter::IsValid( VTKViewer_Actor* theActor, const int theCellId ) +bool VTKViewer_Filter::IsValid( VTKViewer_Actor* theActor, const vtkIdType theCellId ) { SetActor( theActor ); return IsValid( theCellId );