Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Christian Butz
VTK
Commits
d4486770
Commit
d4486770
authored
Mar 28, 2005
by
Kenneth Moreland
Browse files
STYLE: Add private copy constructor and assignment operator.
parent
4a71f065
Changes
1
Hide whitespace changes
Inline
Side-by-side
Rendering/vtkOpenGLExtensionManager.h
View file @
d4486770
...
...
@@ -166,6 +166,10 @@ protected:
vtkTimeStamp
BuildTime
;
virtual
void
ReadOpenGLExtensions
();
private:
vtkOpenGLExtensionManager
(
const
vtkOpenGLExtensionManager
&
);
// Not implemented
void
operator
=
(
const
vtkOpenGLExtensionManager
&
);
// Not implemented
};
#endif //__vtkOpenGLExtensionManager
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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