summaryrefslogtreecommitdiff
path: root/src/resources/wallpaper.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-04-20 16:39:35 +0300
committerAndrei Karas <akaras@inbox.ru>2013-04-20 16:39:35 +0300
commit9753cdbb33468148e1f690d67cb631d661e62027 (patch)
tree96c073cc948e9d8483676171a2fe1cb274fed0a4 /src/resources/wallpaper.cpp
parentab9405f511303d490a8f966d1c1abe7f94bf0633 (diff)
downloadplus-9753cdbb33468148e1f690d67cb631d661e62027.tar.gz
plus-9753cdbb33468148e1f690d67cb631d661e62027.tar.bz2
plus-9753cdbb33468148e1f690d67cb631d661e62027.tar.xz
plus-9753cdbb33468148e1f690d67cb631d661e62027.zip
fix style in resources directory.
Diffstat (limited to 'src/resources/wallpaper.cpp')
-rw-r--r--src/resources/wallpaper.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/resources/wallpaper.cpp b/src/resources/wallpaper.cpp
index 62d275628..6f81e99aa 100644
--- a/src/resources/wallpaper.cpp
+++ b/src/resources/wallpaper.cpp
@@ -38,6 +38,12 @@
struct WallpaperData
{
+ WallpaperData() :
+ filename(),
+ width(0),
+ height(0)
+ {
+ }
std::string filename;
int width;
int height;