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);