Skip to content

Commit

Permalink
compil
Browse files Browse the repository at this point in the history
  • Loading branch information
Meakk committed Nov 27, 2024
1 parent 0e29b9f commit 0c8d97a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vtkext/private/module/vtkF3DRenderer.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1172,7 +1172,7 @@ void vtkF3DRenderer::SetLightIntensity(const double intensityFactor)
//----------------------------------------------------------------------------
void vtkF3DRenderer::SetFilenameInfo(const std::string& info)
{
this->UIActor->ReportFileName(info);
this->UIActor->SetFileName(info);
}

//----------------------------------------------------------------------------
Expand Down

0 comments on commit 0c8d97a

Please sign in to comment.