diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/fs/ziplocalheader.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fs/ziplocalheader.h b/src/fs/ziplocalheader.h index 68bebaa06..4a71d74c0 100644 --- a/src/fs/ziplocalheader.h +++ b/src/fs/ziplocalheader.h @@ -36,6 +36,8 @@ struct ZipLocalHeader final { } + A_DELETE_COPY(ZipLocalHeader) + std::string archiveName; std::string fileName; uint32_t dataOffset; |