summaryrefslogtreecommitdiff
path: root/hwpfilter/source/hwpread.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'hwpfilter/source/hwpread.cxx')
-rw-r--r--hwpfilter/source/hwpread.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/hwpfilter/source/hwpread.cxx b/hwpfilter/source/hwpread.cxx
index ae528fab2b47..2a35a3af3331 100644
--- a/hwpfilter/source/hwpread.cxx
+++ b/hwpfilter/source/hwpread.cxx
@@ -714,13 +714,13 @@ bool MailMerge::Read(HWPFile & hwpf)
return !hwpf.State();
}
-
// char compositon(23)
-Compose::Compose():HBox(CH_COMPOSE)
+Compose::Compose()
+ : HBox(CH_COMPOSE)
+ , dummy(0)
{
}
-
bool Compose::Read(HWPFile & hwpf)
{
hwpf.Read2b(compose, 3);