Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Michael Migliore
VTK
Commits
0a19fc81
Commit
0a19fc81
authored
Sep 07, 2016
by
David DeMarle
Browse files
Fix new vtk style check
parent
f7edf675
Changes
1
Hide whitespace changes
Inline
Side-by-side
Rendering/Volume/vtkOSPRayVolumeInterface.h
View file @
0a19fc81
...
...
@@ -45,8 +45,8 @@ protected:
private:
vtkOSPRayVolumeInterface
(
const
vtkOSPRayVolumeInterface
&
)
;
// Not implemented.
void
operator
=
(
const
vtkOSPRayVolumeInterface
&
)
;
// Not implemented.
(
const
vtkOSPRayVolumeInterface
&
)
VTK_DELETE_FUNCTION
;
void
operator
=
(
const
vtkOSPRayVolumeInterface
&
)
VTK_DELETE_FUNCTION
;
};
#endif
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment