Skip to content

Commit

Permalink
trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
ptahmose committed Mar 20, 2024
1 parent 0b95d51 commit 94945e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libwarpaffine/brickreader/brick_coordinate.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ struct BrickCoordinate

/// Less-than comparison operator - required to use this struct as a key in a map.
/// \param other The object to compare with.
/// \returns {bool} True if the current object appears before the specified object.
/// \returns {bool} True if the current object should go before the specified object.
bool operator<(const BrickCoordinate& other) const
{
// t has highest precedence
Expand Down

0 comments on commit 94945e8

Please sign in to comment.