Skip to content

Commit

Permalink
vtkPistonMapper: fix a overload-virtual warning
Browse files Browse the repository at this point in the history
Change-Id: If625f69914513507151659a3a6161d987ad84591
  • Loading branch information
mathstuf committed Feb 12, 2015
1 parent 7c1083d commit 4e229e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Accelerators/Piston/vtkPistonMapper.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ class VTKACCELERATORSPISTON_EXPORT vtkPistonMapper : public vtkMapper
// Bring this algorithm's outputs up-to-date.
// Overridden to allow specification on streaming piece.
virtual void Update();
// Use the other overloads of Update.
using vtkAlgorithm::Update;

// Description:
// If you want only a part of the data, specify by setting the piece.
Expand Down

0 comments on commit 4e229e5

Please sign in to comment.