Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
OpenFlipper-Free
Commits
580d5dd6
Commit
580d5dd6
authored
Jan 26, 2016
by
Hans-Christian Ebke
Browse files
Added const version of BaseNode::parent().
parent
60270151
Pipeline
#800
passed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ACG/Scenegraph/BaseNode.hh
View file @
580d5dd6
...
...
@@ -346,6 +346,9 @@ public:
/// Get the nodes parent node
BaseNode
*
parent
()
{
return
parent_
;
}
/// Get the nodes parent node
const
BaseNode
*
parent
()
const
{
return
parent_
;
}
/** \brief Set the parent of this node.
*
...
...
Write
Preview
Markdown
is supported
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