mirror of
https://github.com/rizinorg/cutter.git
synced 2025-01-19 19:08:50 +00:00
Fix build on 32-bit systems. (#3032)
This commit is contained in:
parent
be565f3a88
commit
dd4af7e8a0
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user