Skip to content
Snippets Groups Projects
Commit 8005f343 authored by Sean McBride's avatar Sean McBride
Browse files

Apply VTK_DELETE_FUNCTION to vtkFieldNode

parent 85b232f7
No related branches found
No related tags found
No related merge requests found
......@@ -58,8 +58,8 @@ public:
vtkDataSet* Ptr;
vtkFieldNode* Next;
private:
vtkFieldNode(const vtkFieldNode&) {}
void operator=(const vtkFieldNode&) {}
vtkFieldNode(const vtkFieldNode&) VTK_DELETE_FUNCTION;
void operator=(const vtkFieldNode&) VTK_DELETE_FUNCTION;
char* Name;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment