diff --git a/src/runner.h b/src/runner.h index 4d02b8eb4..4e15b55da 100644 --- a/src/runner.h +++ b/src/runner.h @@ -64,7 +64,7 @@ struct RemoteImage { // iiibiiay (matching notification spec image-data attribute) int width; int height; - int rowStride; + qsizetype rowStride; bool hasAlpha; int bitsPerSample; int channels;