summaryrefslogtreecommitdiffstats
path: root/include/framework/DynamicExtension.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/framework/DynamicExtension.h')
-rw-r--r--include/framework/DynamicExtension.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/framework/DynamicExtension.h b/include/framework/DynamicExtension.h
index 16cbb0e..5a95679 100644
--- a/include/framework/DynamicExtension.h
+++ b/include/framework/DynamicExtension.h
@@ -565,7 +565,7 @@ private:
vers->reconstruction(args->merges[0]);
}
} else {
- for (ssize_t i = 0; i < args->merges.size(); i++) {
+ for (size_t i = 0; i < args->merges.size(); i++) {
vers->reconstruction(args->merges[i].target,
args->merges[i].sources[0]);
}