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
22f7d170
Commit
22f7d170
authored
Dec 28, 2005
by
Will Schroeder
Browse files
BUG: Forgot class key in friend declaration
parent
2924724d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Rendering/vtkRenderWindowInteractor.h
View file @
22f7d170
...
...
@@ -371,7 +371,7 @@ protected:
// grab events once an event sequence begins.) Note that the friend
// declaration is done here to avoid doing so in the superclass vtkObject.
//BTX
friend
vtkInteractorObserver
;
friend
class
vtkInteractorObserver
;
void
GrabFocus
(
vtkCommand
*
mouseEvents
,
vtkCommand
*
keypressEvents
=
NULL
)
{
this
->
Superclass
::
InternalGrabFocus
(
mouseEvents
,
keypressEvents
);}
void
ReleaseFocus
()
...
...
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