summaryrefslogtreecommitdiff
path: root/Plugins/skins/SkinLib/ImageField.cpp
diff options
context:
space:
mode:
authorpescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7>2009-01-03 05:12:30 +0000
committerpescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7>2009-01-03 05:12:30 +0000
commit05f6cf3f7788f8bfe5ee589a9f27a89217c67989 (patch)
treea39f988ad4391eb4cb4d62c5643c01cae5af13e3 /Plugins/skins/SkinLib/ImageField.cpp
parentbb6784e0e1a385cdd20b41d3254093e89a210332 (diff)
skins: It's ALIVE!
git-svn-id: http://pescuma.googlecode.com/svn/trunk/Miranda@121 c086bb3d-8645-0410-b8da-73a8550f86e7
Diffstat (limited to 'Plugins/skins/SkinLib/ImageField.cpp')
-rw-r--r--Plugins/skins/SkinLib/ImageField.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/Plugins/skins/SkinLib/ImageField.cpp b/Plugins/skins/SkinLib/ImageField.cpp
index 8e6dd4b..01f9d14 100644
--- a/Plugins/skins/SkinLib/ImageField.cpp
+++ b/Plugins/skins/SkinLib/ImageField.cpp
@@ -3,7 +3,8 @@
#include "ImageFieldState.h"
-ImageField::ImageField(const char *name) : Field(name), hBmp(NULL)
+ImageField::ImageField(Dialog *dlg, const char *name)
+ : Field(dlg, name), hBmp(NULL)
{
}