diff options
Diffstat (limited to 'src/resources/wallpaperdata.h')
-rw-r--r-- | src/resources/wallpaperdata.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/resources/wallpaperdata.h b/src/resources/wallpaperdata.h index 11b617270..417911196 100644 --- a/src/resources/wallpaperdata.h +++ b/src/resources/wallpaperdata.h @@ -35,6 +35,9 @@ struct WallpaperData final height(0) { } + + A_DEFAULT_COPY(WallpaperData) + std::string filename; int width; int height; |