Skip to content

Commit

Permalink
Update src/app/AttributePathExpandIterator.h
Browse files Browse the repository at this point in the history
Co-authored-by: Tennessee Carmel-Veilleux <tennessee.carmelveilleux@gmail.com>
  • Loading branch information
andy31415 and tcarmelveilleux committed Jan 10, 2025
1 parent 6f3ac91 commit 4307129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/AttributePathExpandIterator.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class AttributePathExpandIterator
public:
// Position is treated as a direct member access by the AttributePathExpandIterator, however it is opaque (except copying)
// for external code. We allow friendship here to not have specific get/set for methods (clearer interface and less
// likelyhood of extra code usage).
// likelihood of extra code usage).
friend class AttributePathExpandIterator;

/// External callers can only ever start iterating on a new path from the beginning
Expand Down

0 comments on commit 4307129

Please sign in to comment.