mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 19:06:10 +00:00
Fix build on 32-bit systems. (#3032)
This commit is contained in:
parent
7a83001a06
commit
e6db27135d
@ -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