Skip to content

Commit 27c57a1

Browse files
msmolensjcfr
authored andcommitted
COMP: WIP: Fix inconsistent-missing-override warning
1 parent f0835df commit 27c57a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Interaction/Widgets/vtkOrientedPolygonalHandleRepresentation3D.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ class VTKINTERACTIONWIDGETS_EXPORT vtkOrientedPolygonalHandleRepresentation3D
5555
// Description:
5656
// Implement the virtual functions to manage internal pickers
5757
// WIP: http://na-mic.org/Bug/view.php?id=3808
58-
virtual void EnablePicking();
59-
virtual void DisablePicking();
58+
virtual void EnablePicking() VTK_OVERRIDE;
59+
virtual void DisablePicking() VTK_OVERRIDE;
6060

6161
protected:
6262
vtkOrientedPolygonalHandleRepresentation3D();

0 commit comments

Comments
 (0)