Skip to content
Snippets Groups Projects
Commit d14a90c7 authored by Riccardo Maria Bianchi's avatar Riccardo Maria Bianchi :sunny:
Browse files

fix typo in docs

parent 15b8759a
Branches
Tags
1 merge request!9Fix friend classes persistification and concurrent access to add() method
Pipeline #1643279 passed
......@@ -71,7 +71,7 @@ class GeoVPhysVol : public GeoGraphNode
/// When a node is added to a parent in the graph, the node is always notified.
/// What happens at that time is up to the node. Most nodes do not need to do
/// anything. Some--the alignable transforms in particular--need to take some
/// take some actions, such as adding the parent volume to a list.
/// actions, such as adding the parent volume to a list.
virtual void dockTo(GeoVPhysVol* parent);
/// Returns the id of the child.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment