summaryrefslogtreecommitdiff
path: root/xml/display.c
diff options
context:
space:
mode:
Diffstat (limited to 'xml/display.c')
-rw-r--r--xml/display.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/xml/display.c b/xml/display.c
index a8268c4..adf500b 100644
--- a/xml/display.c
+++ b/xml/display.c
@@ -11,7 +11,8 @@ static const std::string DisplayNames[] =
cxDisplay::cxDisplay(cxSkin *parent):
mSkin(parent),
mType((eType)__COUNT_DISPLAY__),
- mNumWindows(0)
+ mNumWindows(0),
+ mRefreshDefault(NULL)
{
}