summaryrefslogtreecommitdiffstats
path: root/include/framework/util
diff options
context:
space:
mode:
Diffstat (limited to 'include/framework/util')
-rw-r--r--include/framework/util/Configuration.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/framework/util/Configuration.h b/include/framework/util/Configuration.h
index 866128a..8e3d20f 100644
--- a/include/framework/util/Configuration.h
+++ b/include/framework/util/Configuration.h
@@ -49,6 +49,6 @@ enum class DeletePolicy {
};
typedef ssize_t level_index;
-typedef std::pair<level_index, level_index> MergeTask;
+typedef std::pair<level_index, level_index> ReconstructionTask;
}