summaryrefslogtreecommitdiff
path: root/src/linkgraph/linkgraphjob.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/linkgraph/linkgraphjob.h')
-rw-r--r--src/linkgraph/linkgraphjob.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/linkgraph/linkgraphjob.h b/src/linkgraph/linkgraphjob.h
index 4913b5a35..f434fa809 100644
--- a/src/linkgraph/linkgraphjob.h
+++ b/src/linkgraph/linkgraphjob.h
@@ -332,7 +332,7 @@ public:
* Get the size of the underlying link graph.
* @return Size.
*/
- inline uint Size() const { return this->link_graph.Size(); }
+ inline NodeID Size() const { return this->link_graph.Size(); }
/**
* Get the cargo of the underlying link graph.