Skip to content

Commit

Permalink
Fix AddOperator() in sato test (#2329)
Browse files Browse the repository at this point in the history
  • Loading branch information
y-guyon authored Jul 26, 2024
1 parent e76e1d6 commit 71af92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/gtest/avifsampletransformtest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class AvifExpression : public avifSampleTransformExpression {
token.type = AVIF_SAMPLE_TRANSFORM_INPUT_IMAGE_ITEM_INDEX;
token.inputImageItemIndex = inputImageItemIndex;
}
void AddOperator(uint8_t op) {
void AddOperator(avifSampleTransformTokenType op) {
avifSampleTransformToken& token = AddToken();
token.type = op;
}
Expand Down

0 comments on commit 71af92f

Please sign in to comment.