diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-09-09 01:14:34 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-09-09 01:14:34 +0300 |
commit | a53db3f4c7ae5424774f59a9244edee11ea3c096 (patch) | |
tree | 52a61c602ee8a0ee8ff88f3a77575c12c8764cc2 /src/utils | |
parent | 7e8c3de7335224ab583e846a7f41c11c99105155 (diff) | |
download | plus-a53db3f4c7ae5424774f59a9244edee11ea3c096.tar.gz plus-a53db3f4c7ae5424774f59a9244edee11ea3c096.tar.bz2 plus-a53db3f4c7ae5424774f59a9244edee11ea3c096.tar.xz plus-a53db3f4c7ae5424774f59a9244edee11ea3c096.zip |
Add default constructor mark into PerfStat.
Diffstat (limited to 'src/utils')
-rw-r--r-- | src/utils/perfstat.h | 2 |
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]; }; |