diff options
Diffstat (limited to 'src/resources/updatefile.h')
-rw-r--r-- | src/resources/updatefile.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/resources/updatefile.h b/src/resources/updatefile.h index 55f91185b..cc162cf79 100644 --- a/src/resources/updatefile.h +++ b/src/resources/updatefile.h @@ -39,6 +39,9 @@ struct UpdateFile final required(false) { } + + A_DEFAULT_COPY(UpdateFile) + std::string name; std::string hash; std::string type; |