Skip to content

Commit

Permalink
Base: fix common in xcaf.h file
Browse files Browse the repository at this point in the history
  • Loading branch information
HuguesDelorme committed Nov 18, 2024
1 parent 172ca1a commit 3b441f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base/xcaf.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class XCaf {
FindShapeLabel_Instance = 0x01,
// findShapeLabel() will try to find the shape find the shape among the components of assemblies
FindShapeLabel_Component = 0x02,
// findShapeLabel() will try tries to find a shape as a subshape of top-level simple shapes
// findShapeLabel() will try to find a shape as a subshape of top-level simple shapes
FindShapeLabel_SubShape = 0x04,
// Enables all flags
FindShapeLabel_All = 0xFF
Expand Down

0 comments on commit 3b441f2

Please sign in to comment.