Skip to content

Conversation

@jcfr
Copy link

@jcfr jcfr commented Aug 18, 2023

Fix warnings like the following:

/path/to/PortPlacement/AutoPortPlacement/Logic/vtkSlicerAutoPortPlacementLogic.h:104:16: warning: 'OnMRMLSceneNodeRemoved' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
  virtual void OnMRMLSceneNodeRemoved(vtkMRMLNode* node);
               ^

Fix warnings like the following:

/path/to/PortPlacement/AutoPortPlacement/Logic/vtkSlicerAutoPortPlacementLogic.h:104:16: warning: 'OnMRMLSceneNodeRemoved' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
  virtual void OnMRMLSceneNodeRemoved(vtkMRMLNode* node);
               ^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant