Fix build on 32-bit systems. (#3032)

This commit is contained in:
Edd Barrett 2022-08-18 15:18:40 +00:00 committed by GitHub
parent 7a83001a06
commit e6db27135d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -554,7 +554,7 @@ void GraphGridLayout::calculateEdgeMainColumn(GraphGridLayout::LayoutState &stat
struct Event struct Event
{ {
size_t blockId; ut64 blockId;
size_t edgeId; size_t edgeId;
int row; int row;
enum Type { Edge = 0, Block = 1 } type; enum Type { Edge = 0, Block = 1 } type;