aboutsummaryrefslogtreecommitdiff
path: root/src/statistics/damage.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/statistics/damage.rs')
-rw-r--r--src/statistics/damage.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/statistics/damage.rs b/src/statistics/damage.rs
index fdf723f..0fcbf9b 100644
--- a/src/statistics/damage.rs
+++ b/src/statistics/damage.rs
@@ -36,7 +36,7 @@ impl Monoid for Damage {
}
/// Provides access to the damage log.
-#[derive(Clone)]
+#[derive(Clone, Default)]
pub struct DamageLog {
inner: RecordFunc<u64, Meta, Damage>,
}