diff options
Diffstat (limited to 'src/utils/perfomance.h')
-rw-r--r-- | src/utils/perfomance.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils/perfomance.h b/src/utils/perfomance.h index 409b5037d..4d8fc6188 100644 --- a/src/utils/perfomance.h +++ b/src/utils/perfomance.h @@ -59,6 +59,8 @@ namespace Perfomance blockStart(str); } + A_DELETE_COPY(Func) + ~Func() { blockEnd(name); |