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

This commit is contained in:
Edd Barrett 2022-08-18 15:18:40 +00:00 committed by Florian Märkl
parent be565f3a88
commit dd4af7e8a0

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;