summaryrefslogtreecommitdiff
path: root/src/linkgraph
diff options
context:
space:
mode:
Diffstat (limited to 'src/linkgraph')
-rw-r--r--src/linkgraph/linkgraph.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/linkgraph/linkgraph.h b/src/linkgraph/linkgraph.h
index 3283eb9bf..7f2561e75 100644
--- a/src/linkgraph/linkgraph.h
+++ b/src/linkgraph/linkgraph.h
@@ -496,7 +496,7 @@ public:
* Get the current size of the component.
* @return Size.
*/
- inline uint Size() const { return this->nodes.size(); }
+ inline uint Size() const { return (uint)this->nodes.size(); }
/**
* Get date of last compression.