From a53db3f4c7ae5424774f59a9244edee11ea3c096 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 9 Sep 2018 01:14:34 +0300 Subject: Add default constructor mark into PerfStat. --- src/utils/perfstat.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/utils/perfstat.h') diff --git a/src/utils/perfstat.h b/src/utils/perfstat.h index 6e54e255e..95a3333f6 100644 --- a/src/utils/perfstat.h +++ b/src/utils/perfstat.h @@ -33,6 +33,8 @@ struct PerfStats final ticks[f] = -1; } + A_DEFAULT_COPY(PerfStats) + int ticks[16]; }; -- cgit v1.2.3-70-g09d2