diff options
Diffstat (limited to 'starmath/inc')
-rw-r--r-- | starmath/inc/node.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/starmath/inc/node.hxx b/starmath/inc/node.hxx index 0f4eb1b2fcb5..3ea66948dd23 100644 --- a/starmath/inc/node.hxx +++ b/starmath/inc/node.hxx @@ -1178,6 +1178,8 @@ public: /** Node used for alignment + * + * This node has exactly one child at index 0. */ class SmAlignNode : public SmStructureNode { |