summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-09-09 01:14:34 +0300
committerAndrei Karas <akaras@inbox.ru>2018-09-09 01:14:34 +0300
commita53db3f4c7ae5424774f59a9244edee11ea3c096 (patch)
tree52a61c602ee8a0ee8ff88f3a77575c12c8764cc2
parent7e8c3de7335224ab583e846a7f41c11c99105155 (diff)
downloadplus-a53db3f4c7ae5424774f59a9244edee11ea3c096.tar.gz
plus-a53db3f4c7ae5424774f59a9244edee11ea3c096.tar.bz2
plus-a53db3f4c7ae5424774f59a9244edee11ea3c096.tar.xz
plus-a53db3f4c7ae5424774f59a9244edee11ea3c096.zip
Add default constructor mark into PerfStat.
-rw-r--r--src/utils/perfstat.h2
1 files changed, 2 insertions, 0 deletions
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];
};