Skip to content
GitLab
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
ba03ae48
Commit
ba03ae48
authored
Jan 27, 2016
by
Jan Möbius
Browse files
Merge branch 'base_node' into 'master'
Added const version of BaseNode::parent(). See merge request
!63
parents
9b1cc1a4
1ecf67e0
Pipeline
#804
passed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ACG/Scenegraph/BaseNode.hh
View file @
ba03ae48
...
...
@@ -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
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