From 5873d38fa4d830b9eccca8625c748828b8b406a3 Mon Sep 17 00:00:00 2001 From: robin Date: Sun, 5 May 2024 19:02:54 +0200 Subject: [PATCH] fix: a word --- vtk/src/layers/Layer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vtk/src/layers/Layer.h b/vtk/src/layers/Layer.h index 7ee86b1..5f6fc32 100644 --- a/vtk/src/layers/Layer.h +++ b/vtk/src/layers/Layer.h @@ -23,7 +23,7 @@ public: */ virtual void updateData(int t); - /** Adds an observer to the renderWindowinteractor within which this layer is active. + /** Adds observers to the renderWindowinteractor within which this layer is active. * @param interactor : pointer to the interactor that observers can be added to. */ virtual void addObservers(vtkSmartPointer interactor);